#99D665

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

Shades of Olivine #99D665

Tints of Olivine #99D665

Color information

#99D665 (or 0x99D665) is unknown color: approx Olivine. HEX triplet: 99, D6 and 65. RGB value is (153,214,101). Sum of RGB (Red+Green+Blue) = 153+214+101=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #99D665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D665 is #66299A. Grayscale: #B7B7B7. Windows color (decimal): -6695323 or 6674073. OLE color: 6674073.

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

Color convert

RGB153214101-
CMYK0.2900.530.16
HSL92.39º57.95%61.76%-
HSV(B)92.39º52.8%83.92%-
XYZ39.5355.8121-
YUV182.8881.79106.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 101 (39.84% from 255) = 21.58%
R=32.69%
G=45.73%
B=21.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1532141010.2900.530.1692.3957.9561.76
Hex99D6651D035105c3a3e
Octal23132614535065201347276
Binary10011001110101101100101111010110101100001011100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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