#699728

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

Shades of Limeade #699728

Tints of Limeade #699728

Color information

#699728 (or 0x699728) is unknown color: approx Limeade. HEX triplet: 69, 97 and 28. RGB value is (105,151,40). Sum of RGB (Red+Green+Blue) = 105+151+40=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #699728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699728 is #9668D7. Grayscale: #7C7C7C. Windows color (decimal): -9857240 or 2660201. OLE color: 2660201.

HSL color Cylindrical-coordinate representation of color #699728: hue angle of 84.86º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699728 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB10515140-
CMYK0.3000.740.41
HSL84.86º58.12%37.45%-
HSV(B)84.86º73.51%59.22%-
XYZ17.2825.295.98-
YUV124.5980.26114.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 151 (59.38% from 255) = 51.01%
BLUE value IS 40 (16.02% from 255) = 13.51%
R=35.47%
G=51.01%
B=13.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151400.3000.740.4184.8658.1237.45
Hex6997281E04A29553a25
Octal15122750360112511257245
Binary11010011001011110100011110010010101010011010101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699728; }

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

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

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

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

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

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

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

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