#96AC74

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

Shades of Olivine #96AC74

Tints of Olivine #96AC74

Color information

#96AC74 (or 0x96AC74) is unknown color: approx Olivine. HEX triplet: 96, AC and 74. RGB value is (150,172,116). Sum of RGB (Red+Green+Blue) = 150+172+116=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC74 is #69538B. Grayscale: #9F9F9F. Windows color (decimal): -6902668 or 7646358. OLE color: 7646358.

HSL color Cylindrical-coordinate representation of color #96AC74: hue angle of 83.57º degrees, saturation: 0.25, 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 #96AC74 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB150172116-
CMYK0.1300.330.33
HSL83.57º25.23%56.47%-
HSV(B)83.57º32.56%67.45%-
XYZ30.4837.2522.11-
YUV159.04103.71121.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 116 (45.70% from 255) = 26.48%
R=34.25%
G=39.27%
B=26.48%

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
Decimal1501721160.1300.330.3383.5725.2356.47
Hex96AC74D02121541938
Octal22625416415041411243170
Binary1001011010101100111010011010100001100001101010011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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