#699831

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

Shades of Limeade #699831

Tints of Limeade #699831

Color information

#699831 (or 0x699831) is unknown color: approx Limeade. HEX triplet: 69, 98 and 31. RGB value is (105,152,49). Sum of RGB (Red+Green+Blue) = 105+152+49=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #699831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699831 is #9667CE. Grayscale: #7E7E7E. Windows color (decimal): -9856975 or 3250281. OLE color: 3250281.

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

Color convert

RGB10515249-
CMYK0.3100.680.40
HSL87.38º51.24%39.41%-
HSV(B)87.38º67.76%59.61%-
XYZ17.6125.686.93-
YUV126.284.43112.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 152 (59.77% from 255) = 49.67%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=34.31%
G=49.67%
B=16.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152490.3100.680.4087.3851.2439.41
Hex6998311F04428573327
Octal15123061370104501276347
Binary11010011001100011000111111010001001010001010111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699831; }

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

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

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

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

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

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

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

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