#96C360

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

Shades of Olivine #96C360

Tints of Olivine #96C360

Color information

#96C360 (or 0x96C360) is unknown color: approx Olivine. HEX triplet: 96, C3 and 60. RGB value is (150,195,96). Sum of RGB (Red+Green+Blue) = 150+195+96=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #96C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C360 is #693C9F. Grayscale: #AAAAAA. Windows color (decimal): -6896800 or 6341526. OLE color: 6341526.

HSL color Cylindrical-coordinate representation of color #96C360: hue angle of 87.27º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96C360 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB15019596-
CMYK0.2300.510.24
HSL87.27º45.21%57.06%-
HSV(B)87.27º50.77%76.47%-
XYZ34.246.3618.21-
YUV170.2686.09113.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 96 (37.89% from 255) = 21.77%
R=34.01%
G=44.22%
B=21.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150195960.2300.510.2487.2745.2157.06
Hex96C3601703318572d39
Octal22630314027063301275571
Binary10010110110000111100000101110110011110001010111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,195,96); }

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

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

 a { background-color: rgb(150,195,96); }

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

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

 span { border-color: rgb(150,195,96); }

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