#99CD6D

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

Shades of Olivine #99CD6D

Tints of Olivine #99CD6D

Color information

#99CD6D (or 0x99CD6D) is unknown color: approx Olivine. HEX triplet: 99, CD and 6D. RGB value is (153,205,109). Sum of RGB (Red+Green+Blue) = 153+205+109=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD6D is #663292. Grayscale: #B2B2B2. Windows color (decimal): -6697619 or 7196057. OLE color: 7196057.

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

Color convert

RGB153205109-
CMYK0.2500.470.20
HSL92.5º48.98%61.57%-
HSV(B)92.5º46.83%80.39%-
XYZ37.7351.5422.43-
YUV178.5188.77109.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=32.76%
G=43.90%
B=23.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051090.2500.470.2092.548.9861.57
Hex99CD6D1902F145c313e
Octal23131515531057241346176
Binary10011001110011011101101110010101111101001011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,109); }

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

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

 a { background-color: rgb(153,205,109); }

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

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

 span { border-color: rgb(153,205,109); }

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