#699C39

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

Shades of Limeade #699C39

Tints of Limeade #699C39

Color information

#699C39 (or 0x699C39) is unknown color: approx Limeade. HEX triplet: 69, 9C and 39. RGB value is (105,156,57). Sum of RGB (Red+Green+Blue) = 105+156+57=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 156 (61.33% from 255 or 49.06% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 156 - color contains mainly: green. Hex color #699C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C39 is #9663C6. Grayscale: #818181. Windows color (decimal): -9855943 or 3775593. OLE color: 3775593.

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

Color convert

RGB10515657-
CMYK0.3300.630.39
HSL90.91º46.48%41.76%-
HSV(B)90.91º63.46%61.18%-
XYZ18.4527.088.12-
YUV129.4687.1110.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 156 (61.33% from 255) = 49.06%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=33.02%
G=49.06%
B=17.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156570.3300.630.3990.9146.4841.76
Hex699C392103F275b2e2a
Octal1512347141077471335652
Binary11010011001110011100110000101111111001111011011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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