#699A28

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

Shades of Limeade #699A28

Tints of Limeade #699A28

Color information

#699A28 (or 0x699A28) is unknown color: approx Limeade. HEX triplet: 69, 9A and 28. RGB value is (105,154,40). Sum of RGB (Red+Green+Blue) = 105+154+40=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #699A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699A28 is #9665D7. Grayscale: #7E7E7E. Windows color (decimal): -9856472 or 2660969. OLE color: 2660969.

HSL color Cylindrical-coordinate representation of color #699A28: hue angle of 85.79º degrees, saturation: 0.59, 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 #699A28 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB10515440-
CMYK0.3200.740.40
HSL85.79º58.76%38.04%-
HSV(B)85.79º74.03%60.39%-
XYZ17.7626.276.14-
YUV126.3579.27112.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 154 (60.55% from 255) = 51.51%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=35.12%
G=51.51%
B=13.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105154400.3200.740.4085.7958.7638.04
Hex699A282004A28563b26
Octal15123250400112501267346
Binary110100110011010101000100000010010101010001010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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