#679F2C

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

Shades of Limeade #679F2C

Tints of Limeade #679F2C

Color information

#679F2C (or 0x679F2C) is unknown color: approx Limeade. HEX triplet: 67, 9F and 2C. RGB value is (103,159,44). Sum of RGB (Red+Green+Blue) = 103+159+44=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 159 (62.5% from 255 or 51.96% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 159 - color contains mainly: green. Hex color #679F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679F2C is #9860D3. Grayscale: #818181. Windows color (decimal): -9986260 or 2924391. OLE color: 2924391.

HSL color Cylindrical-coordinate representation of color #679F2C: hue angle of 89.22º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #679F2C is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB10315944-
CMYK0.3500.720.38
HSL89.22º56.65%39.8%-
HSV(B)89.22º72.33%62.35%-
XYZ18.4527.866.79-
YUV129.1579.95109.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 159 (62.5% from 255) = 51.96%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=33.66%
G=51.96%
B=14.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103159440.3500.720.3889.2256.6539.8
Hex679F2C2304826593928
Octal14723754430110461317150
Binary110011110011111101100100011010010001001101011001111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,159,44); }

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

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

 a { background-color: rgb(103,159,44); }

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

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

 span { border-color: rgb(103,159,44); }

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