Html Css Color HEX #96A268 Green Smoke

📋 copy color: '#96A268'

red 150 ◦ green 162 ◦ blue 104

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

Shades of Green Smoke #96A268

Tints of Green Smoke #96A268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25%

R = 36.06%
G = 38.94%
B = 25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#96A268 (or 0x96A268) is known color: Green Smoke. HEX triplet: 96, A2 and 68. RGB value is (150,162,104). Sum of RGB (Red+Green+Blue) = 150+162+104=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #96A268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A268 is #695D97. Grayscale: #989898. Windows color (decimal): -6905240 or 6857366. OLE color: 6857366.

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

Color convert

RGB 150 162 104 -
CMYK 0.07 0 0.36 0.36
HSL 72.41º 0.24% 0.52% -
HSV(B) 72.41º 0.36% 0.64% -
XYZ 28 33.32 18.05 -
YUV 151.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 150 162 104 0.07 0 0.36 0.36 72.41 0.24 0.52
Hex 96 A2 68 7 0 24 24 48 18 34
Octal 226 242 150 7 0 44 44 110 30 64
Binary 10010110 10100010 1101000 111 0 100100 100100 1001000 11000 110100

Color Harmonies of #96A268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A268

Black with #96A268

Text Example


Text Example

White with #96A268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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