#699B3D

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

Shades of Limeade #699B3D

Tints of Limeade #699B3D

Color information

#699B3D (or 0x699B3D) is unknown color: approx Limeade. HEX triplet: 69, 9B and 3D. RGB value is (105,155,61). Sum of RGB (Red+Green+Blue) = 105+155+61=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #699B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B3D is #9664C2. Grayscale: #818181. Windows color (decimal): -9856195 or 4037481. OLE color: 4037481.

HSL color Cylindrical-coordinate representation of color #699B3D: hue angle of 91.91º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #699B3D is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB10515561-
CMYK0.3200.610.39
HSL91.91º43.52%42.35%-
HSV(B)91.91º60.65%60.78%-
XYZ18.3926.788.62-
YUV129.3389.44110.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 61 (24.22% from 255) = 19.00%
R=32.71%
G=48.29%
B=19.00%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155610.3200.610.3991.9143.5242.35
Hex699B3D2003D275c2c2a
Octal1512337540075471345452
Binary11010011001101111110110000001111011001111011100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,155,61); }

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

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

 a { background-color: rgb(105,155,61); }

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

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

 span { border-color: rgb(105,155,61); }

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