#99C560

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

Shades of Olivine #99C560

Tints of Olivine #99C560

Color information

#99C560 (or 0x99C560) is unknown color: approx Olivine. HEX triplet: 99, C5 and 60. RGB value is (153,197,96). Sum of RGB (Red+Green+Blue) = 153+197+96=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #99C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C560 is #663A9F. Grayscale: #ACACAC. Windows color (decimal): -6699680 or 6342041. OLE color: 6342041.

HSL color Cylindrical-coordinate representation of color #99C560: hue angle of 86.14º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99C560 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB15319796-
CMYK0.2200.510.23
HSL86.14º46.54%57.45%-
HSV(B)86.14º51.27%77.25%-
XYZ35.2147.5518.39-
YUV172.3384.92114.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 197 (77.34% from 255) = 44.17%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=34.30%
G=44.17%
B=21.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal153197960.2200.510.2386.1446.5457.45
Hex99C5601603317562f39
Octal23130514026063271265771
Binary10011001110001011100000101100110011101111010110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99C560; }

 p { color: rgb(153,197,96); }

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

<style>
 a { background-color: #99C560; }

 a { background-color: rgb(153,197,96); }

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

<style>
 span { border-color: #99C560; }

 span { border-color: rgb(153,197,96); }

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