#96C364

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

Shades of Olivine #96C364

Tints of Olivine #96C364

Color information

#96C364 (or 0x96C364) is unknown color: approx Olivine. HEX triplet: 96, C3 and 64. RGB value is (150,195,100). Sum of RGB (Red+Green+Blue) = 150+195+100=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #96C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C364 is #693C9B. Grayscale: #ABABAB. Windows color (decimal): -6896796 or 6603670. OLE color: 6603670.

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

Color convert

RGB150195100-
CMYK0.2300.490.24
HSL88.42º44.19%57.84%-
HSV(B)88.42º48.72%76.47%-
XYZ34.3946.4319.21-
YUV170.7288.09113.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 195 (76.56% from 255) = 43.82%
BLUE value IS 100 (39.45% from 255) = 22.47%
R=33.71%
G=43.82%
B=22.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951000.2300.490.2488.4244.1957.84
Hex96C3641703118582c3a
Octal22630314427061301305472
Binary10010110110000111100100101110110001110001011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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