#669623

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

Shades of Limeade #669623

Tints of Limeade #669623

Color information

#669623 (or 0x669623) is unknown color: approx Limeade. HEX triplet: 66, 96 and 23. RGB value is (102,150,35). Sum of RGB (Red+Green+Blue) = 102+150+35=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #669623 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669623 is #9969DC. Grayscale: #7A7A7A. Windows color (decimal): -10054109 or 2332262. OLE color: 2332262.

HSL color Cylindrical-coordinate representation of color #669623: hue angle of 85.04º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #669623 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB10215035-
CMYK0.3200.770.41
HSL85.04º62.16%36.27%-
HSV(B)85.04º76.67%58.82%-
XYZ16.6924.765.49-
YUV122.5478.6113.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 35 (14.06% from 255) = 12.20%
R=35.54%
G=52.26%
B=12.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102150350.3200.770.4185.0462.1636.27
Hex6696232004D29553e24
Octal14622643400115511257644
Binary110011010010110100011100000010011011010011010101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669623; }

 p { color: rgb(102,150,35); }

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

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

 a { background-color: rgb(102,150,35); }

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

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

 span { border-color: rgb(102,150,35); }

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