#96C27A

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

Shades of Olivine #96C27A

Tints of Olivine #96C27A

Color information

#96C27A (or 0x96C27A) is unknown color: approx Olivine. HEX triplet: 96, C2 and 7A. RGB value is (150,194,122). Sum of RGB (Red+Green+Blue) = 150+194+122=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27A is #693D85. Grayscale: #ACACAC. Windows color (decimal): -6897030 or 8045206. OLE color: 8045206.

HSL color Cylindrical-coordinate representation of color #96C27A: hue angle of 96.67º degrees, saturation: 0.37, 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 #96C27A is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB150194122-
CMYK0.2300.370.24
HSL96.67º37.11%61.96%-
HSV(B)96.67º37.11%76.08%-
XYZ35.3846.4725.52-
YUV172.6499.42111.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 194 (76.17% from 255) = 41.63%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=32.19%
G=41.63%
B=26.18%

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
Decimal1501941220.2300.370.2496.6737.1161.96
Hex96C27A170251861253e
Octal22630217227045301414576
Binary10010110110000101111010101110100101110001100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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