#96C37A

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

Shades of Olivine #96C37A

Tints of Olivine #96C37A

Color information

#96C37A (or 0x96C37A) is unknown color: approx Olivine. HEX triplet: 96, C3 and 7A. RGB value is (150,195,122). Sum of RGB (Red+Green+Blue) = 150+195+122=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #96C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C37A is #693C85. Grayscale: #ADADAD. Windows color (decimal): -6896774 or 8045462. OLE color: 8045462.

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

Color convert

RGB150195122-
CMYK0.2300.370.24
HSL96.99º37.82%62.16%-
HSV(B)96.99º37.44%76.47%-
XYZ35.6146.9225.59-
YUV173.2299.09111.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 195 (76.56% from 255) = 41.76%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=32.12%
G=41.76%
B=26.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1501951220.2300.370.2496.9937.8262.16
Hex96C37A170251861263e
Octal22630317227045301414676
Binary10010110110000111111010101110100101110001100001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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