#679940

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

Shades of Limeade #679940

Tints of Limeade #679940

Color information

#679940 (or 0x679940) is unknown color: approx Limeade. HEX triplet: 67, 99 and 40. RGB value is (103,153,64). Sum of RGB (Red+Green+Blue) = 103+153+64=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #679940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679940 is #9866BF. Grayscale: #808080. Windows color (decimal): -9987776 or 4233575. OLE color: 4233575.

HSL color Cylindrical-coordinate representation of color #679940: hue angle of 93.71º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #679940 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB10315364-
CMYK0.3300.580.4
HSL93.71º41.01%42.55%-
HSV(B)93.71º58.17%60%-
XYZ17.9126.048.93-
YUV127.991.94110.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 153 (60.16% from 255) = 47.81%
BLUE value IS 64 (25.39% from 255) = 20%
R=32.19%
G=47.81%
B=20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153640.3300.580.493.7141.0142.55
Hex6799402103A285e292b
Octal14723110041072501365153
Binary110011110011001100000010000101110101010001011110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679940; }

 p { color: rgb(103,153,64); }

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

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

 a { background-color: rgb(103,153,64); }

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

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

 span { border-color: rgb(103,153,64); }

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