#66992D

Color #66992D Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #66992D

Tints of Limeade #66992D

Color information

#66992D (or 0x66992D) is unknown color: approx Limeade. HEX triplet: 66, 99 and 2D. RGB value is (102,153,45). Sum of RGB (Red+Green+Blue) = 102+153+45=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #66992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66992D is #9966D2. Grayscale: #7D7D7D. Windows color (decimal): -10053331 or 2988390. OLE color: 2988390.

HSL color Cylindrical-coordinate representation of color #66992D: hue angle of 88.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66992D is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB10215345-
CMYK0.3300.710.4
HSL88.33º54.55%38.82%-
HSV(B)88.33º70.59%60%-
XYZ17.3425.86.55-
YUV125.4482.6111.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 153 (60.16% from 255) = 51%
BLUE value IS 45 (17.97% from 255) = 15%
R=34%
G=51%
B=15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153450.3300.710.488.3354.5538.82
Hex66992D2104728583727
Octal14623155410107501306747
Binary110011010011001101101100001010001111010001011000110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66992D; }

 p { color: rgb(102,153,45); }

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

<style>
 a { background-color: #66992D; }

 a { background-color: rgb(102,153,45); }

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

<style>
 span { border-color: #66992D; }

 span { border-color: rgb(102,153,45); }

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