#96B872

Color #96B872 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #96B872

Tints of Olivine #96B872

Color information

#96B872 (or 0x96B872) is unknown color: approx Olivine. HEX triplet: 96, B8 and 72. RGB value is (150,184,114). Sum of RGB (Red+Green+Blue) = 150+184+114=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #96B872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B872 is #69478D. Grayscale: #A6A6A6. Windows color (decimal): -6899598 or 7518358. OLE color: 7518358.

HSL color Cylindrical-coordinate representation of color #96B872: hue angle of 89.14º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B872 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB150184114-
CMYK0.1800.380.28
HSL89.14º33.02%58.43%-
HSV(B)89.14º38.04%72.16%-
XYZ32.7641.9822.3-
YUV165.8598.74116.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=33.48%
G=41.07%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501841140.1800.380.2889.1433.0258.43
Hex96B872120261C59213a
Octal22627016222046341314172
Binary10010110101110001110010100100100110111001011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96B872;
 }
 .AnyTagClassName
 {
   color: #96B872;
 }
</style>
background-color css

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

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

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

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

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

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