#96B374

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

Shades of Olivine #96B374

Tints of Olivine #96B374

Color information

#96B374 (or 0x96B374) is unknown color: approx Olivine. HEX triplet: 96, B3 and 74. RGB value is (150,179,116). Sum of RGB (Red+Green+Blue) = 150+179+116=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #96B374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B374 is #694C8B. Grayscale: #A3A3A3. Windows color (decimal): -6900876 or 7648150. OLE color: 7648150.

HSL color Cylindrical-coordinate representation of color #96B374: hue angle of 87.62º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B374 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB150179116-
CMYK0.1600.350.30
HSL87.62º29.3%57.84%-
HSV(B)87.62º35.2%70.2%-
XYZ31.8539.9922.56-
YUV163.15101.39118.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=33.71%
G=40.22%
B=26.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791160.1600.350.3087.6229.357.84
Hex96B374100231E581d3a
Octal22626316420043361303572
Binary1001011010110011111010010000010001111110101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,116); }

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

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

 a { background-color: rgb(150,179,116); }

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

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

 span { border-color: rgb(150,179,116); }

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