#96C56E

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

Shades of Olivine #96C56E

Tints of Olivine #96C56E

Color information

#96C56E (or 0x96C56E) is unknown color: approx Olivine. HEX triplet: 96, C5 and 6E. RGB value is (150,197,110). Sum of RGB (Red+Green+Blue) = 150+197+110=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #96C56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C56E is #693A91. Grayscale: #ADADAD. Windows color (decimal): -6896274 or 7259542. OLE color: 7259542.

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

Color convert

RGB150197110-
CMYK0.2400.440.23
HSL92.41º42.86%60.2%-
HSV(B)92.41º44.16%77.25%-
XYZ35.3647.5422.06-
YUV173.0392.43111.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 197 (77.34% from 255) = 43.11%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=32.82%
G=43.11%
B=24.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501971100.2400.440.2392.4142.8660.2
Hex96C56E1802C175c2b3c
Octal22630515630054271345374
Binary10010110110001011101110110000101100101111011100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,110); }

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

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

 a { background-color: rgb(150,197,110); }

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

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

 span { border-color: rgb(150,197,110); }

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