Html Css Color HEX #96B972 Olivine

📋 copy color: '#96B972'

red 150 ◦ green 185 ◦ blue 114

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

Shades of Olivine #96B972

Tints of Olivine #96B972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 114 (44.92% from 255) = 25.39%

R = 33.41%
G = 41.2%
B = 25.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#96B972 (or 0x96B972) is known color: Olivine. HEX triplet: 96, B9 and 72. RGB value is (150,185,114). Sum of RGB (Red+Green+Blue) = 150+185+114=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 185 - color contains mainly: green. Hex color #96B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B972 is #69468D. Grayscale: #A6A6A6. Windows color (decimal): -6899342 or 7518614. OLE color: 7518614.

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

Color convert

RGB 150 185 114 -
CMYK 0.19 0 0.38 0.27
HSL 89.58º 0.34% 0.59% -
HSV(B) 89.58º 0.38% 0.73% -
XYZ 32.96 42.4 22.37 -
YUV 166.44 98.4 116.27 -
System Red Green Blue C M Y K H S L
Decimal 150 185 114 0.19 0 0.38 0.27 89.58 0.34 0.59
Hex 96 B9 72 13 0 26 1B 5A 22 3B
Octal 226 271 162 23 0 46 33 132 42 73
Binary 10010110 10111001 1110010 10011 0 100110 11011 1011010 100010 111011

Color Harmonies of #96B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B972

Black with #96B972

Text Example


Text Example

White with #96B972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,185,114); }

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

background-color css

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

 a { background-color: rgb(150,185,114); }

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

border-color css

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

 span { border-color: rgb(150,185,114); }

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