#699B31

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

Shades of Limeade #699B31

Tints of Limeade #699B31

Color information

#699B31 (or 0x699B31) is unknown color: approx Limeade. HEX triplet: 69, 9B and 31. RGB value is (105,155,49). Sum of RGB (Red+Green+Blue) = 105+155+49=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #699B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B31 is #9664CE. Grayscale: #808080. Windows color (decimal): -9856207 or 3251049. OLE color: 3251049.

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

Color convert

RGB10515549-
CMYK0.3200.680.39
HSL88.3º51.96%40%-
HSV(B)88.3º68.39%60.78%-
XYZ18.126.677.1-
YUV127.9783.44111.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=33.98%
G=50.16%
B=15.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155490.3200.680.3988.351.9640
Hex699B312004427583428
Octal15123361400104471306450
Binary110100110011011110001100000010001001001111011000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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