#96CB65

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

Shades of Olivine #96CB65

Tints of Olivine #96CB65

Color information

#96CB65 (or 0x96CB65) is unknown color: approx Olivine. HEX triplet: 96, CB and 65. RGB value is (150,203,101). Sum of RGB (Red+Green+Blue) = 150+203+101=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB65 is #69349A. Grayscale: #AFAFAF. Windows color (decimal): -6894747 or 6671254. OLE color: 6671254.

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

Color convert

RGB150203101-
CMYK0.2600.500.20
HSL91.18º49.51%59.61%-
HSV(B)91.18º50.25%79.61%-
XYZ36.2850.1420.08-
YUV175.5285.94109.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=33.04%
G=44.71%
B=22.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1502031010.2600.500.2091.1849.5159.61
Hex96CB651A032145b323c
Octal22631314532062241336274
Binary10010110110010111100101110100110010101001011011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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