#669A3B

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

Shades of Limeade #669A3B

Tints of Limeade #669A3B

Color information

#669A3B (or 0x669A3B) is unknown color: approx Limeade. HEX triplet: 66, 9A and 3B. RGB value is (102,154,59). Sum of RGB (Red+Green+Blue) = 102+154+59=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #669A3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669A3B is #9965C4. Grayscale: #7F7F7F. Windows color (decimal): -10053061 or 3906150. OLE color: 3906150.

HSL color Cylindrical-coordinate representation of color #669A3B: hue angle of 92.84º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #669A3B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB10215459-
CMYK0.3400.620.40
HSL92.84º44.6%41.76%-
HSV(B)92.84º61.69%60.39%-
XYZ17.8226.258.27-
YUV127.6289.27109.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 59 (23.44% from 255) = 18.73%
R=32.38%
G=48.89%
B=18.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102154590.3400.620.4092.8444.641.76
Hex669A3B2203E285d2d2a
Octal1462327342076501355552
Binary11001101001101011101110001001111101010001011101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,59); }

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

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

 a { background-color: rgb(102,154,59); }

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

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

 span { border-color: rgb(102,154,59); }

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