#96CB72

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

Shades of Olivine #96CB72

Tints of Olivine #96CB72

Color information

#96CB72 (or 0x96CB72) is unknown color: approx Olivine. HEX triplet: 96, CB and 72. RGB value is (150,203,114). Sum of RGB (Red+Green+Blue) = 150+203+114=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB72 is #69348D. Grayscale: #B1B1B1. Windows color (decimal): -6894734 or 7523222. OLE color: 7523222.

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

Color convert

RGB150203114-
CMYK0.2600.440.20
HSL95.73º46.11%62.16%-
HSV(B)95.73º43.84%79.61%-
XYZ36.9750.4123.7-
YUV177.0192.44108.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 203 (79.69% from 255) = 43.47%
BLUE value IS 114 (44.92% from 255) = 24.41%
R=32.12%
G=43.47%
B=24.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031140.2600.440.2095.7346.1162.16
Hex96CB721A02C14602e3e
Octal22631316232054241405676
Binary10010110110010111110010110100101100101001100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,203,114); }

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

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

 a { background-color: rgb(150,203,114); }

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

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

 span { border-color: rgb(150,203,114); }

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