#96CC6A

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

Shades of Olivine #96CC6A

Tints of Olivine #96CC6A

Color information

#96CC6A (or 0x96CC6A) is unknown color: approx Olivine. HEX triplet: 96, CC and 6A. RGB value is (150,204,106). Sum of RGB (Red+Green+Blue) = 150+204+106=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC6A is #693395. Grayscale: #B1B1B1. Windows color (decimal): -6894486 or 6999190. OLE color: 6999190.

HSL color Cylindrical-coordinate representation of color #96CC6A: hue angle of 93.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96CC6A is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB150204106-
CMYK0.2600.480.2
HSL93.06º49%60.78%-
HSV(B)93.06º48.04%80%-
XYZ36.7750.7121.49-
YUV176.6888.11108.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.61%
GREEN value IS 204 (80.08% from 255) = 44.35%
BLUE value IS 106 (41.80% from 255) = 23.04%
R=32.61%
G=44.35%
B=23.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1502041060.2600.480.293.064960.78
Hex96CC6A1A030145d313d
Octal22631415232060241356175
Binary10010110110011001101010110100110000101001011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,204,106); }

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

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

 a { background-color: rgb(150,204,106); }

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

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

 span { border-color: rgb(150,204,106); }

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