#699931

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

Shades of Limeade #699931

Tints of Limeade #699931

Color information

#699931 (or 0x699931) is unknown color: approx Limeade. HEX triplet: 69, 99 and 31. RGB value is (105,153,49). Sum of RGB (Red+Green+Blue) = 105+153+49=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #699931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699931 is #9666CE. Grayscale: #7F7F7F. Windows color (decimal): -9856719 or 3250537. OLE color: 3250537.

HSL color Cylindrical-coordinate representation of color #699931: hue angle of 87.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #699931 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB10515349-
CMYK0.3100.680.4
HSL87.69º51.49%39.61%-
HSV(B)87.69º67.97%60%-
XYZ17.7726.016.99-
YUV126.7984.1112.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 153 (60.16% from 255) = 49.84%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=34.20%
G=49.84%
B=15.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153490.3100.680.487.6951.4939.61
Hex6999311F04428583328
Octal15123161370104501306350
Binary11010011001100111000111111010001001010001011000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699931; }

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

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

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

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

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

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

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

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