#96CE6C

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

Shades of Olivine #96CE6C

Tints of Olivine #96CE6C

Color information

#96CE6C (or 0x96CE6C) is unknown color: approx Olivine. HEX triplet: 96, CE and 6C. RGB value is (150,206,108). Sum of RGB (Red+Green+Blue) = 150+206+108=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 108 (42.58% from 255 or 23.28% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CE6C is #693193. Grayscale: #B2B2B2. Windows color (decimal): -6893972 or 7130774. OLE color: 7130774.

HSL color Cylindrical-coordinate representation of color #96CE6C: hue angle of 94.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96CE6C is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB150206108-
CMYK0.2700.480.19
HSL94.29º50%61.57%-
HSV(B)94.29º47.57%80.78%-
XYZ37.3651.7122.2-
YUV178.0888.45107.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 108 (42.58% from 255) = 23.28%
R=32.33%
G=44.40%
B=23.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502061080.2700.480.1994.295061.57
Hex96CE6C1B030135e323e
Octal22631615433060231366276
Binary10010110110011101101100110110110000100111011110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,206,108); }

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

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

 a { background-color: rgb(150,206,108); }

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

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

 span { border-color: rgb(150,206,108); }

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