#99C66B

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

Shades of Olivine #99C66B

Tints of Olivine #99C66B

Color information

#99C66B (or 0x99C66B) is unknown color: approx Olivine. HEX triplet: 99, C6 and 6B. RGB value is (153,198,107). Sum of RGB (Red+Green+Blue) = 153+198+107=458 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.41% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #99C66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C66B is #663994. Grayscale: #AEAEAE. Windows color (decimal): -6699413 or 7063193. OLE color: 7063193.

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

Color convert

RGB153198107-
CMYK0.2300.460.22
HSL89.67º44.39%59.8%-
HSV(B)89.67º45.96%77.65%-
XYZ35.9848.2221.32-
YUV174.1790.09112.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.41%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=33.41%
G=43.23%
B=23.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1531981070.2300.460.2289.6744.3959.8
Hex99C66B1702E165a2c3c
Octal23130615327056261325474
Binary10011001110001101101011101110101110101101011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,198,107); }

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

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

 a { background-color: rgb(153,198,107); }

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

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

 span { border-color: rgb(153,198,107); }

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