#99D060

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

Shades of Olivine #99D060

Tints of Olivine #99D060

Color information

#99D060 (or 0x99D060) is unknown color: approx Olivine. HEX triplet: 99, D0 and 60. RGB value is (153,208,96). Sum of RGB (Red+Green+Blue) = 153+208+96=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #99D060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D060 is #662F9F. Grayscale: #B3B3B3. Windows color (decimal): -6696864 or 6344857. OLE color: 6344857.

HSL color Cylindrical-coordinate representation of color #99D060: hue angle of 89.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99D060 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15320896-
CMYK0.2600.540.18
HSL89.46º54.37%59.61%-
HSV(B)89.46º53.85%81.57%-
XYZ37.852.7319.25-
YUV178.7981.28109.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=33.48%
G=45.51%
B=21.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal153208960.2600.540.1889.4654.3759.61
Hex99D0601A0361259363c
Octal23132014032066221316674
Binary10011001110100001100000110100110110100101011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,208,96); }

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

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

 a { background-color: rgb(153,208,96); }

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

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

 span { border-color: rgb(153,208,96); }

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