#699E31

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

Shades of Limeade #699E31

Tints of Limeade #699E31

Color information

#699E31 (or 0x699E31) is unknown color: approx Limeade. HEX triplet: 69, 9E and 31. RGB value is (105,158,49). Sum of RGB (Red+Green+Blue) = 105+158+49=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #699E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E31 is #9661CE. Grayscale: #828282. Windows color (decimal): -9855439 or 3251817. OLE color: 3251817.

HSL color Cylindrical-coordinate representation of color #699E31: hue angle of 89.17º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #699E31 is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB10515849-
CMYK0.3400.690.38
HSL89.17º52.66%40.59%-
HSV(B)89.17º68.99%61.96%-
XYZ18.6127.687.27-
YUV129.7382.44110.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 49 (19.53% from 255) = 15.71%
R=33.65%
G=50.64%
B=15.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158490.3400.690.3889.1752.6640.59
Hex699E312204526593529
Octal15123661420105461316551
Binary110100110011110110001100010010001011001101011001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,49); }

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

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

 a { background-color: rgb(105,158,49); }

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

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

 span { border-color: rgb(105,158,49); }

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