#96BB74

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

Shades of Olivine #96BB74

Tints of Olivine #96BB74

Color information

#96BB74 (or 0x96BB74) is unknown color: approx Olivine. HEX triplet: 96, BB and 74. RGB value is (150,187,116). Sum of RGB (Red+Green+Blue) = 150+187+116=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BB74 is #69448B. Grayscale: #A8A8A8. Windows color (decimal): -6898828 or 7650198. OLE color: 7650198.

HSL color Cylindrical-coordinate representation of color #96BB74: hue angle of 91.27º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BB74 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB150187116-
CMYK0.2000.380.27
HSL91.27º34.3%59.41%-
HSV(B)91.27º37.97%73.33%-
XYZ33.543.2923.11-
YUV167.8498.74115.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.11%
GREEN value IS 187 (73.44% from 255) = 41.28%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=33.11%
G=41.28%
B=25.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501871160.2000.380.2791.2734.359.41
Hex96BB74140261B5b223b
Octal22627316424046331334273
Binary10010110101110111110100101000100110110111011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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