#96BE71

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

Shades of Olivine #96BE71

Tints of Olivine #96BE71

Color information

#96BE71 (or 0x96BE71) is unknown color: approx Olivine. HEX triplet: 96, BE and 71. RGB value is (150,190,113). Sum of RGB (Red+Green+Blue) = 150+190+113=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BE71 is #69418E. Grayscale: #A9A9A9. Windows color (decimal): -6898063 or 7454358. OLE color: 7454358.

HSL color Cylindrical-coordinate representation of color #96BE71: hue angle of 91.17º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96BE71 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB150190113-
CMYK0.2100.410.25
HSL91.17º37.2%59.41%-
HSV(B)91.17º40.53%74.51%-
XYZ33.9744.522.42-
YUV169.2696.25114.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=33.11%
G=41.94%
B=24.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501901130.2100.410.2591.1737.259.41
Hex96BE7115029195b253b
Octal22627616125051311334573
Binary10010110101111101110001101010101001110011011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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