Html Css Color HEX #96A269 Green Smoke

📋 copy color: '#96A269'

red 150 ◦ green 162 ◦ blue 105

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

Shades of Green Smoke #96A269

Tints of Green Smoke #96A269

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 35.97%
G = 38.85%
B = 25.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#96A269 (or 0x96A269) is known color: Green Smoke. HEX triplet: 96, A2 and 69. RGB value is (150,162,105). Sum of RGB (Red+Green+Blue) = 150+162+105=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #96A269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A269 is #695D96. Grayscale: #989898. Windows color (decimal): -6905239 or 6922902. OLE color: 6922902.

HSL color Cylindrical-coordinate representation of color #96A269: hue angle of 72.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96A269 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 105 -
CMYK 0.07 0 0.35 0.36
HSL 72.63º 0.23% 0.52% -
HSV(B) 72.63º 0.35% 0.64% -
XYZ 28.05 33.34 18.32 -
YUV 151.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 150 162 105 0.07 0 0.35 0.36 72.63 0.23 0.52
Hex 96 A2 69 7 0 23 24 49 17 34
Octal 226 242 151 7 0 43 44 111 27 64
Binary 10010110 10100010 1101001 111 0 100011 100100 1001001 10111 110100

Color Harmonies of #96A269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A269

Black with #96A269

Text Example


Text Example

White with #96A269

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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