#99C062

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

Shades of Olivine #99C062

Tints of Olivine #99C062

Color information

#99C062 (or 0x99C062) is unknown color: approx Olivine. HEX triplet: 99, C0 and 62. RGB value is (153,192,98). Sum of RGB (Red+Green+Blue) = 153+192+98=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #99C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C062 is #663F9D. Grayscale: #A9A9A9. Windows color (decimal): -6700958 or 6471833. OLE color: 6471833.

HSL color Cylindrical-coordinate representation of color #99C062: hue angle of 84.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99C062 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB15319298-
CMYK0.2000.490.25
HSL84.89º42.73%56.86%-
HSV(B)84.89º48.96%75.29%-
XYZ34.1945.3518.51-
YUV169.6287.58116.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 192 (75.39% from 255) = 43.34%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=34.54%
G=43.34%
B=22.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153192980.2000.490.2584.8942.7356.86
Hex99C0621403119552b39
Octal23130014224061311255371
Binary10011001110000001100010101000110001110011010101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,192,98); }

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

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

 a { background-color: rgb(153,192,98); }

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

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

 span { border-color: rgb(153,192,98); }

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