#699C3E

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

Shades of Limeade #699C3E

Tints of Limeade #699C3E

Color information

#699C3E (or 0x699C3E) is unknown color: approx Limeade. HEX triplet: 69, 9C and 3E. RGB value is (105,156,62). Sum of RGB (Red+Green+Blue) = 105+156+62=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 156 (61.33% from 255 or 48.30% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 156 - color contains mainly: green. Hex color #699C3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C3E is #9663C1. Grayscale: #828282. Windows color (decimal): -9855938 or 4103273. OLE color: 4103273.

HSL color Cylindrical-coordinate representation of color #699C3E: hue angle of 92.55º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #699C3E is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB10515662-
CMYK0.3300.600.39
HSL92.55º43.12%42.75%-
HSV(B)92.55º60.26%61.18%-
XYZ18.5827.138.81-
YUV130.0489.6110.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 156 (61.33% from 255) = 48.30%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=32.51%
G=48.30%
B=19.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156620.3300.600.3992.5543.1242.75
Hex699C3E2103C275d2b2b
Octal1512347641074471355353
Binary11010011001110011111010000101111001001111011101101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,156,62); }

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

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

 a { background-color: rgb(105,156,62); }

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

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

 span { border-color: rgb(105,156,62); }

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