Html Css Color HEX #96A969 Green Smoke

📋 copy color: '#96A969'

red 150 ◦ green 169 ◦ blue 105

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

Shades of Green Smoke #96A969

Tints of Green Smoke #96A969

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

 BLUE value IS 105 (41.41% from 255) = 24.76%

R = 35.38%
G = 39.86%
B = 24.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#96A969 (or 0x96A969) is known color: Green Smoke. HEX triplet: 96, A9 and 69. RGB value is (150,169,105). Sum of RGB (Red+Green+Blue) = 150+169+105=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #96A969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A969 is #695696. Grayscale: #9C9C9C. Windows color (decimal): -6903447 or 6924694. OLE color: 6924694.

HSL color Cylindrical-coordinate representation of color #96A969: hue angle of 77.81º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96A969 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 150 169 105 -
CMYK 0.11 0 0.38 0.34
HSL 77.81º 0.27% 0.54% -
HSV(B) 77.81º 0.38% 0.66% -
XYZ 29.32 35.88 18.75 -
YUV 156.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 150 169 105 0.11 0 0.38 0.34 77.81 0.27 0.54
Hex 96 A9 69 B 0 26 22 4E 1B 36
Octal 226 251 151 13 0 46 42 116 33 66
Binary 10010110 10101001 1101001 1011 0 100110 100010 1001110 11011 110110

Color Harmonies of #96A969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A969

Black with #96A969

Text Example


Text Example

White with #96A969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A969; }

 p { color: rgb(150,169,105); }

 H1.HeaderClassName
 {
   color: #96A969;
 }
 .AnyTagClassName
 {
   color: #96A969;
 }
</style>

background-color css

<style>
 a { background-color: #96A969; }

 a { background-color: rgb(150,169,105); }

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

border-color css

<style>
 span { border-color: #96A969; }

 span { border-color: rgb(150,169,105); }

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