#96BC75

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

Shades of Olivine #96BC75

Tints of Olivine #96BC75

Color information

#96BC75 (or 0x96BC75) is unknown color: approx Olivine. HEX triplet: 96, BC and 75. RGB value is (150,188,117). Sum of RGB (Red+Green+Blue) = 150+188+117=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96BC75 is #69438A. Grayscale: #A8A8A8. Windows color (decimal): -6898571 or 7715990. OLE color: 7715990.

HSL color Cylindrical-coordinate representation of color #96BC75: hue angle of 92.11º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96BC75 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB150188117-
CMYK0.2000.380.26
HSL92.11º34.63%59.8%-
HSV(B)92.11º37.77%73.73%-
XYZ33.7743.7323.49-
YUV168.5498.91114.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=32.97%
G=41.32%
B=25.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1501881170.2000.380.2692.1134.6359.8
Hex96BC75140261A5c233c
Octal22627416524046321344374
Binary10010110101111001110101101000100110110101011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,188,117); }

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

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

 a { background-color: rgb(150,188,117); }

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

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

 span { border-color: rgb(150,188,117); }

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