#679932

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

Shades of Limeade #679932

Tints of Limeade #679932

Color information

#679932 (or 0x679932) is unknown color: approx Limeade. HEX triplet: 67, 99 and 32. RGB value is (103,153,50). Sum of RGB (Red+Green+Blue) = 103+153+50=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #679932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679932 is #9866CD. Grayscale: #7E7E7E. Windows color (decimal): -9987790 or 3316071. OLE color: 3316071.

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

Color convert

RGB10315350-
CMYK0.3300.670.4
HSL89.13º50.74%39.8%-
HSV(B)89.13º67.32%60%-
XYZ17.5625.97.09-
YUV126.3184.94111.38-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 153 (60.16% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=33.66%
G=50%
B=16.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153500.3300.670.489.1350.7439.8
Hex6799322104328593328
Octal14723162410103501316350
Binary110011110011001110010100001010000111010001011001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679932; }

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

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

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

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

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

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

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

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