#699828

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

Shades of Limeade #699828

Tints of Limeade #699828

Color information

#699828 (or 0x699828) is unknown color: approx Limeade. HEX triplet: 69, 98 and 28. RGB value is (105,152,40). Sum of RGB (Red+Green+Blue) = 105+152+40=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #699828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699828 is #9667D7. Grayscale: #7D7D7D. Windows color (decimal): -9856984 or 2660457. OLE color: 2660457.

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

Color convert

RGB10515240-
CMYK0.3100.740.40
HSL85.18º58.33%37.65%-
HSV(B)85.18º73.68%59.61%-
XYZ17.4425.616.03-
YUV125.1879.93113.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 152 (59.77% from 255) = 51.18%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=35.35%
G=51.18%
B=13.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152400.3100.740.4085.1858.3337.65
Hex6998281F04A28553a26
Octal15123050370112501257246
Binary11010011001100010100011111010010101010001010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699828; }

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

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

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

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

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

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

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

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