#699c28

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

Shades of Limeade #699C28

Tints of Limeade #699C28

Color information

#699C28 (or 0x699C28) is unknown color: approx Limeade. HEX triplet: 69, 9C and 28. RGB value is (105,156,40). Sum of RGB (Red+Green+Blue) = 105+156+40=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #699C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C28 is #9663D7. Grayscale: #7F7F7F. Windows color (decimal): -9855960 or 2661481. OLE color: 2661481.

HSL color Cylindrical-coordinate representation of color #699C28: hue angle of 86.38º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #699C28 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB10515640-
CMYK0.3300.740.39
HSL86.38º59.18%38.43%-
HSV(B)86.38º74.36%61.18%-
XYZ18.126.936.25-
YUV127.5378.6111.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=34.88%
G=51.83%
B=13.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156400.3300.740.3986.3859.1838.43
Hex699C282104A27563b26
Octal15123450410112471267346
Binary110100110011100101000100001010010101001111010110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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