#669727

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

Shades of Limeade #669727

Tints of Limeade #669727

Color information

#669727 (or 0x669727) is unknown color: approx Limeade. HEX triplet: 66, 97 and 27. RGB value is (102,151,39). Sum of RGB (Red+Green+Blue) = 102+151+39=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #669727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669727 is #9968D8. Grayscale: #7B7B7B. Windows color (decimal): -10053849 or 2594662. OLE color: 2594662.

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

Color convert

RGB10215139-
CMYK0.3200.740.41
HSL86.25º58.95%37.25%-
HSV(B)86.25º74.17%59.22%-
XYZ16.9125.15.87-
YUV123.5880.27112.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 39 (15.62% from 255) = 13.36%
R=34.93%
G=51.71%
B=13.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal102151390.3200.740.4186.2558.9537.25
Hex6697272004A29563b25
Octal14622747400112511267345
Binary110011010010111100111100000010010101010011010110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669727; }

 p { color: rgb(102,151,39); }

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

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

 a { background-color: rgb(102,151,39); }

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

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

 span { border-color: rgb(102,151,39); }

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