#96B07D

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

Shades of Olivine #96B07D

Tints of Olivine #96B07D

Color information

#96B07D (or 0x96B07D) is unknown color: approx Olivine. HEX triplet: 96, B0 and 7D. RGB value is (150,176,125). Sum of RGB (Red+Green+Blue) = 150+176+125=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #96B07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B07D is #694F82. Grayscale: #A2A2A2. Windows color (decimal): -6901635 or 8237206. OLE color: 8237206.

HSL color Cylindrical-coordinate representation of color #96B07D: hue angle of 90.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96B07D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB150176125-
CMYK0.1500.290.31
HSL90.59º24.4%59.02%-
HSV(B)90.59º28.98%69.02%-
XYZ31.839.0225.26-
YUV162.41106.89119.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 125 (49.22% from 255) = 27.72%
R=33.26%
G=39.02%
B=27.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761250.1500.290.3190.5924.459.02
Hex96B07DF01D1F5b183b
Octal22626017517035371333073
Binary10010110101100001111101111101110111111101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,125); }

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

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

 a { background-color: rgb(150,176,125); }

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

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

 span { border-color: rgb(150,176,125); }

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