Html Css Color HEX #969E5C Green Smoke

📋 copy color: '#969E5C'

red 150 ◦ green 158 ◦ blue 92

#969E5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #969E5C

Tints of Green Smoke #969E5C

RGB

 RED value IS 150 (58.98% from 255) = 37.5%

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 92 (36.33% from 255) = 23%

R = 37.5%
G = 39.5%
B = 23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#969E5C (or 0x969E5C) is known color: Green Smoke. HEX triplet: 96, 9E and 5C. RGB value is (150,158,92). Sum of RGB (Red+Green+Blue) = 150+158+92=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #969E5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969E5C is #6961A3. Grayscale: #949494. Windows color (decimal): -6906276 or 6069910. OLE color: 6069910.

HSL color Cylindrical-coordinate representation of color #969E5C: hue angle of 67.27º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #969E5C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 158 92 -
CMYK 0.05 0 0.42 0.38
HSL 67.27º 0.26% 0.49% -
HSV(B) 67.27º 0.42% 0.62% -
XYZ 26.74 31.71 14.84 -
YUV 148.08 96.35 129.37 -
System Red Green Blue C M Y K H S L
Decimal 150 158 92 0.05 0 0.42 0.38 67.27 0.26 0.49
Hex 96 9E 5C 5 0 2A 26 43 1A 31
Octal 226 236 134 5 0 52 46 103 32 61
Binary 10010110 10011110 1011100 101 0 101010 100110 1000011 11010 110001

Color Harmonies of #969E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969E5C

Black with #969E5C

Text Example


Text Example

White with #969E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969E5C; }

 p { color: rgb(150,158,92); }

 H1.HeaderClassName
 {
   color: #969E5C;
 }
 .AnyTagClassName
 {
   color: #969E5C;
 }
</style>

background-color css

<style>
 a { background-color: #969E5C; }

 a { background-color: rgb(150,158,92); }

 div.DivClassName
 {
   background-color: #969E5C;
 }
 .BgClassName
 {
   background-color: #969E5C;
 }
</style>

border-color css

<style>
 span { border-color: #969E5C; }

 span { border-color: rgb(150,158,92); }

 td.TdClassName
 {
   border-color: #969E5C;
 }
 .TagClassName
 {
   border-color: #969E5C;
 }
</style>