#679830

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

Shades of Limeade #679830

Tints of Limeade #679830

Color information

#679830 (or 0x679830) is unknown color: approx Limeade. HEX triplet: 67, 98 and 30. RGB value is (103,152,48). Sum of RGB (Red+Green+Blue) = 103+152+48=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #679830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679830 is #9867CF. Grayscale: #7D7D7D. Windows color (decimal): -9988048 or 3184743. OLE color: 3184743.

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

Color convert

RGB10315248-
CMYK0.3200.680.40
HSL88.27º52%39.22%-
HSV(B)88.27º68.42%59.61%-
XYZ17.3625.556.81-
YUV125.4984.27111.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.99%
GREEN value IS 152 (59.77% from 255) = 50.17%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=33.99%
G=50.17%
B=15.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152480.3200.680.4088.275239.22
Hex6798302004428583427
Octal14723060400104501306447
Binary110011110011000110000100000010001001010001011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679830; }

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

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

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

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

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

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

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

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