#99C76A

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

Shades of Olivine #99C76A

Tints of Olivine #99C76A

Color information

#99C76A (or 0x99C76A) is unknown color: approx Olivine. HEX triplet: 99, C7 and 6A. RGB value is (153,199,106). Sum of RGB (Red+Green+Blue) = 153+199+106=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 199 (78.12% from 255 or 43.45% from 458); Blue value is 106 (41.80% from 255 or 23.14% from 458); Max value from RGB is 199 - color contains mainly: green. Hex color #99C76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C76A is #663895. Grayscale: #AEAEAE. Windows color (decimal): -6699158 or 6997913. OLE color: 6997913.

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

Color convert

RGB153199106-
CMYK0.2300.470.22
HSL89.68º45.37%59.8%-
HSV(B)89.68º46.73%78.04%-
XYZ36.1648.6621.12-
YUV174.6489.26112.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 199 (78.12% from 255) = 43.45%
BLUE value IS 106 (41.80% from 255) = 23.14%
R=33.41%
G=43.45%
B=23.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531991060.2300.470.2289.6845.3759.8
Hex99C76A1702F165a2d3c
Octal23130715227057261325574
Binary10011001110001111101010101110101111101101011010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,199,106); }

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

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

 a { background-color: rgb(153,199,106); }

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

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

 span { border-color: rgb(153,199,106); }

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