#96C27B

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

Shades of Olivine #96C27B

Tints of Olivine #96C27B

Color information

#96C27B (or 0x96C27B) is unknown color: approx Olivine. HEX triplet: 96, C2 and 7B. RGB value is (150,194,123). Sum of RGB (Red+Green+Blue) = 150+194+123=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #96C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C27B is #693D84. Grayscale: #ACACAC. Windows color (decimal): -6897029 or 8110742. OLE color: 8110742.

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

Color convert

RGB150194123-
CMYK0.2300.370.24
HSL97.18º36.79%62.16%-
HSV(B)97.18º36.6%76.08%-
XYZ35.4446.525.85-
YUV172.7599.92111.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.12%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 123 (48.44% from 255) = 26.34%
R=32.12%
G=41.54%
B=26.34%

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
Decimal1501941230.2300.370.2497.1836.7962.16
Hex96C27B170251861253e
Octal22630217327045301414576
Binary10010110110000101111011101110100101110001100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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