#99D662

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

Shades of Olivine #99D662

Tints of Olivine #99D662

Color information

#99D662 (or 0x99D662) is unknown color: approx Olivine. HEX triplet: 99, D6 and 62. RGB value is (153,214,98). Sum of RGB (Red+Green+Blue) = 153+214+98=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #99D662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D662 is #66299D. Grayscale: #B6B6B6. Windows color (decimal): -6695326 or 6477465. OLE color: 6477465.

HSL color Cylindrical-coordinate representation of color #99D662: hue angle of 91.55º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99D662 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB15321498-
CMYK0.2900.540.16
HSL91.55º58.59%61.18%-
HSV(B)91.55º54.21%83.92%-
XYZ39.3955.7520.24-
YUV182.5480.29106.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 214 (83.98% from 255) = 46.02%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=32.90%
G=46.02%
B=21.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal153214980.2900.540.1691.5558.5961.18
Hex99D6621D036105c3b3d
Octal23132614235066201347375
Binary10011001110101101100010111010110110100001011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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