#679F2E

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

Shades of Limeade #679F2E

Tints of Limeade #679F2E

Color information

#679F2E (or 0x679F2E) is unknown color: approx Limeade. HEX triplet: 67, 9F and 2E. RGB value is (103,159,46). Sum of RGB (Red+Green+Blue) = 103+159+46=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #679F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679F2E is #9860D1. Grayscale: #818181. Windows color (decimal): -9986258 or 3055463. OLE color: 3055463.

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

Color convert

RGB10315946-
CMYK0.3500.710.38
HSL89.73º55.12%40.2%-
HSV(B)89.73º71.07%62.35%-
XYZ18.4827.886.99-
YUV129.3780.95109.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 159 (62.5% from 255) = 51.62%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=33.44%
G=51.62%
B=14.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103159460.3500.710.3889.7355.1240.2
Hex679F2E23047265a3728
Octal14723756430107461326750
Binary110011110011111101110100011010001111001101011010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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