#96AC73

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

Shades of Olivine #96AC73

Tints of Olivine #96AC73

Color information

#96AC73 (or 0x96AC73) is unknown color: approx Olivine. HEX triplet: 96, AC and 73. RGB value is (150,172,115). Sum of RGB (Red+Green+Blue) = 150+172+115=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC73 is #69538C. Grayscale: #9F9F9F. Windows color (decimal): -6902669 or 7580822. OLE color: 7580822.

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

Color convert

RGB150172115-
CMYK0.1300.330.33
HSL83.16º25.56%56.27%-
HSV(B)83.16º33.14%67.45%-
XYZ30.4237.2321.8-
YUV158.92103.21121.63-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.32%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=34.32%
G=39.36%
B=26.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501721150.1300.330.3383.1625.5656.27
Hex96AC73D02121531a38
Octal22625416315041411233270
Binary1001011010101100111001111010100001100001101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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