#669929

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

Shades of Limeade #669929

Tints of Limeade #669929

Color information

#669929 (or 0x669929) is unknown color: approx Limeade. HEX triplet: 66, 99 and 29. RGB value is (102,153,41). Sum of RGB (Red+Green+Blue) = 102+153+41=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #669929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669929 is #9966D6. Grayscale: #7D7D7D. Windows color (decimal): -10053335 or 2726246. OLE color: 2726246.

HSL color Cylindrical-coordinate representation of color #669929: hue angle of 87.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #669929 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB10215341-
CMYK0.3300.730.4
HSL87.32º57.73%38.04%-
HSV(B)87.32º73.2%60%-
XYZ17.2725.776.16-
YUV124.9880.6111.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=34.46%
G=51.69%
B=13.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153410.3300.730.487.3257.7338.04
Hex6699292104928573a26
Octal14623151410111501277246
Binary110011010011001101001100001010010011010001010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669929; }

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

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

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

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

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

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

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

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