#699E2D

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

Shades of Limeade #699E2D

Tints of Limeade #699E2D

Color information

#699E2D (or 0x699E2D) is unknown color: approx Limeade. HEX triplet: 69, 9E and 2D. RGB value is (105,158,45). Sum of RGB (Red+Green+Blue) = 105+158+45=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 158 (62.11% from 255 or 51.30% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 158 - color contains mainly: green. Hex color #699E2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E2D is #9661D2. Grayscale: #818181. Windows color (decimal): -9855443 or 2989673. OLE color: 2989673.

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

Color convert

RGB10515845-
CMYK0.3400.720.38
HSL88.14º55.67%39.8%-
HSV(B)88.14º71.52%61.96%-
XYZ18.5327.656.84-
YUV129.2780.44110.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 158 (62.11% from 255) = 51.30%
BLUE value IS 45 (17.97% from 255) = 14.61%
R=34.09%
G=51.30%
B=14.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158450.3400.720.3888.1455.6739.8
Hex699E2D2204826583828
Octal15123655420110461307050
Binary110100110011110101101100010010010001001101011000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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