#679b2c

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

Shades of Limeade #679B2C

Tints of Limeade #679B2C

Color information

#679B2C (or 0x679B2C) is unknown color: approx Limeade. HEX triplet: 67, 9B and 2C. RGB value is (103,155,44). Sum of RGB (Red+Green+Blue) = 103+155+44=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 155 (60.94% from 255 or 51.32% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 155 - color contains mainly: green. Hex color #679B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679B2C is #9864D3. Grayscale: #7F7F7F. Windows color (decimal): -9987284 or 2923367. OLE color: 2923367.

HSL color Cylindrical-coordinate representation of color #679B2C: hue angle of 88.11º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #679B2C is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB10315544-
CMYK0.3400.720.39
HSL88.11º55.78%39.02%-
HSV(B)88.11º71.61%60.78%-
XYZ17.7726.516.56-
YUV126.881.27111.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 155 (60.94% from 255) = 51.32%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=34.11%
G=51.32%
B=14.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103155440.3400.720.3988.1155.7839.02
Hex679B2C2204827583827
Octal14723354420110471307047
Binary110011110011011101100100010010010001001111011000111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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