#99C065

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

Shades of Olivine #99C065

Tints of Olivine #99C065

Color information

#99C065 (or 0x99C065) is unknown color: approx Olivine. HEX triplet: 99, C0 and 65. RGB value is (153,192,101). Sum of RGB (Red+Green+Blue) = 153+192+101=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #99C065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C065 is #663F9A. Grayscale: #AAAAAA. Windows color (decimal): -6700955 or 6668441. OLE color: 6668441.

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

Color convert

RGB153192101-
CMYK0.2000.470.25
HSL85.71º41.94%57.45%-
HSV(B)85.71º47.4%75.29%-
XYZ34.3445.4119.27-
YUV169.9689.08115.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.30%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=34.30%
G=43.05%
B=22.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531921010.2000.470.2585.7141.9457.45
Hex99C0651402F19562a39
Octal23130014524057311265271
Binary10011001110000001100101101000101111110011010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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