#669B1D

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

Shades of Limeade #669B1D

Tints of Limeade #669B1D

Color information

#669B1D (or 0x669B1D) is unknown color: approx Limeade. HEX triplet: 66, 9B and 1D. RGB value is (102,155,29). Sum of RGB (Red+Green+Blue) = 102+155+29=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #669B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B1D is #9964E2. Grayscale: #7D7D7D. Windows color (decimal): -10052835 or 1940326. OLE color: 1940326.

HSL color Cylindrical-coordinate representation of color #669B1D: hue angle of 85.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #669B1D is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB10215529-
CMYK0.3400.810.39
HSL85.24º68.48%36.08%-
HSV(B)85.24º81.29%60.78%-
XYZ17.4226.365.33-
YUV124.7973.94111.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 155 (60.94% from 255) = 54.20%
BLUE value IS 29 (11.72% from 255) = 10.14%
R=35.66%
G=54.20%
B=10.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal102155290.3400.810.3985.2468.4836.08
Hex669B1D2205127554424
Octal146233354201214712510444
Binary110011010011011111011000100101000110011110101011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669B1D; }

 p { color: rgb(102,155,29); }

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

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

 a { background-color: rgb(102,155,29); }

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

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

 span { border-color: rgb(102,155,29); }

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