#679728

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

Shades of Limeade #679728

Tints of Limeade #679728

Color information

#679728 (or 0x679728) is unknown color: approx Limeade. HEX triplet: 67, 97 and 28. RGB value is (103,151,40). Sum of RGB (Red+Green+Blue) = 103+151+40=294 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.03% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #679728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679728 is #9868D7. Grayscale: #7C7C7C. Windows color (decimal): -9988312 or 2660199. OLE color: 2660199.

HSL color Cylindrical-coordinate representation of color #679728: hue angle of 85.95º degrees, saturation: 0.58, 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 #679728 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB10315140-
CMYK0.3200.740.41
HSL85.95º58.12%37.45%-
HSV(B)85.95º73.51%59.22%-
XYZ17.0425.175.97-
YUV123.9980.6113.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.03%
GREEN value IS 151 (59.38% from 255) = 51.36%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=35.03%
G=51.36%
B=13.61%

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
Decimal103151400.3200.740.4185.9558.1237.45
Hex6797282004A29563a25
Octal14722750400112511267245
Binary110011110010111101000100000010010101010011010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679728; }

 p { color: rgb(103,151,40); }

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

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

 a { background-color: rgb(103,151,40); }

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

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

 span { border-color: rgb(103,151,40); }

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