#96AF7B

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

Shades of Olivine #96AF7B

Tints of Olivine #96AF7B

Color information

#96AF7B (or 0x96AF7B) is unknown color: approx Olivine. HEX triplet: 96, AF and 7B. RGB value is (150,175,123). Sum of RGB (Red+Green+Blue) = 150+175+123=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AF7B is #695084. Grayscale: #A1A1A1. Windows color (decimal): -6901893 or 8105878. OLE color: 8105878.

HSL color Cylindrical-coordinate representation of color #96AF7B: hue angle of 88.85º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96AF7B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB150175123-
CMYK0.1400.300.31
HSL88.85º24.53%58.43%-
HSV(B)88.85º29.71%68.63%-
XYZ31.4838.5724.53-
YUV161.6106.22119.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=33.48%
G=39.06%
B=27.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501751230.1400.300.3188.8524.5358.43
Hex96AF7BE01E1F59193a
Octal22625717316036371313172
Binary10010110101011111111011111001111011111101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,175,123); }

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

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

 a { background-color: rgb(150,175,123); }

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

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

 span { border-color: rgb(150,175,123); }

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