#96AC7E

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

Shades of Olivine #96AC7E

Tints of Olivine #96AC7E

Color information

#96AC7E (or 0x96AC7E) is unknown color: approx Olivine. HEX triplet: 96, AC and 7E. RGB value is (150,172,126). Sum of RGB (Red+Green+Blue) = 150+172+126=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC7E is #695381. Grayscale: #A0A0A0. Windows color (decimal): -6902658 or 8301718. OLE color: 8301718.

HSL color Cylindrical-coordinate representation of color #96AC7E: hue angle of 88.7º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96AC7E is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB150172126-
CMYK0.1300.270.33
HSL88.7º21.7%58.43%-
HSV(B)88.7º26.74%67.45%-
XYZ31.137.525.34-
YUV160.18108.71120.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 126 (49.61% from 255) = 28.12%
R=33.48%
G=38.39%
B=28.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721260.1300.270.3388.721.758.43
Hex96AC7ED01B2159163a
Octal22625417615033411312672
Binary100101101010110011111101101011011100001101100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,172,126); }

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

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

 a { background-color: rgb(150,172,126); }

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

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

 span { border-color: rgb(150,172,126); }

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