#99C379

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

Shades of Olivine #99C379

Tints of Olivine #99C379

Color information

#99C379 (or 0x99C379) is unknown color: approx Olivine. HEX triplet: 99, C3 and 79. RGB value is (153,195,121). Sum of RGB (Red+Green+Blue) = 153+195+121=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #99C379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C379 is #663C86. Grayscale: #AEAEAE. Windows color (decimal): -6700167 or 7979929. OLE color: 7979929.

HSL color Cylindrical-coordinate representation of color #99C379: hue angle of 94.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99C379 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB153195121-
CMYK0.2200.380.24
HSL94.05º38.14%61.96%-
HSV(B)94.05º37.95%76.47%-
XYZ36.147.1825.29-
YUV174.0198.09113.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 195 (76.56% from 255) = 41.58%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=32.62%
G=41.58%
B=25.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1531951210.2200.380.2494.0538.1461.96
Hex99C37916026185e263e
Octal23130317126046301364676
Binary10011001110000111111001101100100110110001011110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,195,121); }

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

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

 a { background-color: rgb(153,195,121); }

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

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

 span { border-color: rgb(153,195,121); }

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