#96AE6C

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

Shades of Olivine #96AE6C

Tints of Olivine #96AE6C

Color information

#96AE6C (or 0x96AE6C) is unknown color: approx Olivine. HEX triplet: 96, AE and 6C. RGB value is (150,174,108). Sum of RGB (Red+Green+Blue) = 150+174+108=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE6C is #695193. Grayscale: #9F9F9F. Windows color (decimal): -6902164 or 7122582. OLE color: 7122582.

HSL color Cylindrical-coordinate representation of color #96AE6C: hue angle of 81.82º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96AE6C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB150174108-
CMYK0.1400.380.32
HSL81.82º28.95%55.29%-
HSV(B)81.82º37.93%68.24%-
XYZ30.4237.8419.89-
YUV159.399.05121.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.72%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 108 (42.58% from 255) = 25%
R=34.72%
G=40.28%
B=25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501741080.1400.380.3281.8228.9555.29
Hex96AE6CE02620521d37
Octal22625615416046401223567
Binary1001011010101110110110011100100110100000101001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,108); }

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

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

 a { background-color: rgb(150,174,108); }

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

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

 span { border-color: rgb(150,174,108); }

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