#96AD71

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

Shades of Olivine #96AD71

Tints of Olivine #96AD71

Color information

#96AD71 (or 0x96AD71) is unknown color: approx Olivine. HEX triplet: 96, AD and 71. RGB value is (150,173,113). Sum of RGB (Red+Green+Blue) = 150+173+113=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AD71 is #69528E. Grayscale: #9F9F9F. Windows color (decimal): -6902415 or 7450006. OLE color: 7450006.

HSL color Cylindrical-coordinate representation of color #96AD71: hue angle of 83º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96AD71 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB150173113-
CMYK0.1300.350.32
HSL83º26.79%56.08%-
HSV(B)83º34.68%67.84%-
XYZ30.537.5621.27-
YUV159.28101.88121.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=34.40%
G=39.68%
B=25.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1501731130.1300.350.328326.7956.08
Hex96AD71D02320531b38
Octal22625516115043401233370
Binary1001011010101101111000111010100011100000101001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,113); }

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

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

 a { background-color: rgb(150,173,113); }

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

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

 span { border-color: rgb(150,173,113); }

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