#679B28

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

Shades of Limeade #679B28

Tints of Limeade #679B28

Color information

#679B28 (or 0x679B28) is unknown color: approx Limeade. HEX triplet: 67, 9B and 28. RGB value is (103,155,40). Sum of RGB (Red+Green+Blue) = 103+155+40=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #679B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B28 is #9864D7. Grayscale: #7E7E7E. Windows color (decimal): -9987288 or 2661223. OLE color: 2661223.

HSL color Cylindrical-coordinate representation of color #679B28: hue angle of 87.13º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #679B28 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB10315540-
CMYK0.3400.740.39
HSL87.13º58.97%38.24%-
HSV(B)87.13º74.19%60.78%-
XYZ17.726.486.19-
YUV126.3479.27111.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 155 (60.94% from 255) = 52.01%
BLUE value IS 40 (16.02% from 255) = 13.42%
R=34.56%
G=52.01%
B=13.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103155400.3400.740.3987.1358.9738.24
Hex679B282204A27573b26
Octal14723350420112471277346
Binary110011110011011101000100010010010101001111010111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679B28; }

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

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

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

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

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

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

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

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