#96CA61

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

Shades of Olivine #96CA61

Tints of Olivine #96CA61

Color information

#96CA61 (or 0x96CA61) is unknown color: approx Olivine. HEX triplet: 96, CA and 61. RGB value is (150,202,97). Sum of RGB (Red+Green+Blue) = 150+202+97=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA61 is #69359E. Grayscale: #AEAEAE. Windows color (decimal): -6895007 or 6408854. OLE color: 6408854.

HSL color Cylindrical-coordinate representation of color #96CA61: hue angle of 89.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96CA61 is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB15020297-
CMYK0.2600.520.21
HSL89.71º49.76%58.63%-
HSV(B)89.71º51.98%79.22%-
XYZ35.8649.5918.99-
YUV174.4884.27110.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=33.41%
G=44.99%
B=21.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202970.2600.520.2189.7149.7658.63
Hex96CA611A034155a323b
Octal22631214132064251326273
Binary10010110110010101100001110100110100101011011010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,202,97); }

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

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

 a { background-color: rgb(150,202,97); }

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

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

 span { border-color: rgb(150,202,97); }

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