#96CA71

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

Shades of Olivine #96CA71

Tints of Olivine #96CA71

Color information

#96CA71 (or 0x96CA71) is unknown color: approx Olivine. HEX triplet: 96, CA and 71. RGB value is (150,202,113). Sum of RGB (Red+Green+Blue) = 150+202+113=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA71 is #69358E. Grayscale: #B0B0B0. Windows color (decimal): -6894991 or 7457430. OLE color: 7457430.

HSL color Cylindrical-coordinate representation of color #96CA71: hue angle of 95.06º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96CA71 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB150202113-
CMYK0.2600.440.21
HSL95.06º45.64%61.76%-
HSV(B)95.06º44.06%79.22%-
XYZ36.6849.9223.32-
YUV176.3192.27109.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 202 (79.30% from 255) = 43.44%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=32.26%
G=43.44%
B=24.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1502021130.2600.440.2195.0645.6461.76
Hex96CA711A02C155f2e3e
Octal22631216132054251375676
Binary10010110110010101110001110100101100101011011111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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