#679828

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

Shades of Limeade #679828

Tints of Limeade #679828

Color information

#679828 (or 0x679828) is unknown color: approx Limeade. HEX triplet: 67, 98 and 28. RGB value is (103,152,40). Sum of RGB (Red+Green+Blue) = 103+152+40=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #679828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679828 is #9867D7. Grayscale: #7C7C7C. Windows color (decimal): -9988056 or 2660455. OLE color: 2660455.

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

Color convert

RGB10315240-
CMYK0.3200.740.40
HSL86.25º58.33%37.65%-
HSV(B)86.25º73.68%59.61%-
XYZ17.225.496.02-
YUV124.5880.27112.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 40 (16.02% from 255) = 13.56%
R=34.92%
G=51.53%
B=13.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152400.3200.740.4086.2558.3337.65
Hex6798282004A28563a26
Octal14723050400112501267246
Binary110011110011000101000100000010010101010001010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679828; }

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

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

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

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

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

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

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

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