#96B672

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

Shades of Olivine #96B672

Tints of Olivine #96B672

Color information

#96B672 (or 0x96B672) is unknown color: approx Olivine. HEX triplet: 96, B6 and 72. RGB value is (150,182,114). Sum of RGB (Red+Green+Blue) = 150+182+114=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #96B672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B672 is #69498D. Grayscale: #A4A4A4. Windows color (decimal): -6900110 or 7517846. OLE color: 7517846.

HSL color Cylindrical-coordinate representation of color #96B672: hue angle of 88.24º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B672 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB150182114-
CMYK0.1800.370.29
HSL88.24º31.78%58.04%-
HSV(B)88.24º37.36%71.37%-
XYZ32.3441.1522.16-
YUV164.6899.4117.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 182 (71.48% from 255) = 40.81%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=33.63%
G=40.81%
B=25.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501821140.1800.370.2988.2431.7858.04
Hex96B672120251D58203a
Octal22626616222045351304072
Binary10010110101101101110010100100100101111011011000100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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