#699F2E

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

Shades of Limeade #699F2E

Tints of Limeade #699F2E

Color information

#699F2E (or 0x699F2E) is unknown color: approx Limeade. HEX triplet: 69, 9F and 2E. RGB value is (105,159,46). Sum of RGB (Red+Green+Blue) = 105+159+46=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #699F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F2E is #9660D1. Grayscale: #828282. Windows color (decimal): -9855186 or 3055465. OLE color: 3055465.

HSL color Cylindrical-coordinate representation of color #699F2E: hue angle of 88.67º 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 #699F2E is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB10515946-
CMYK0.3400.710.38
HSL88.67º55.12%40.2%-
HSV(B)88.67º71.07%62.35%-
XYZ18.72287-
YUV129.9780.61110.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 51.29%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=33.87%
G=51.29%
B=14.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159460.3400.710.3888.6755.1240.2
Hex699F2E2204726593728
Octal15123756420107461316750
Binary110100110011111101110100010010001111001101011001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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