#699926

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

Shades of Limeade #699926

Tints of Limeade #699926

Color information

#699926 (or 0x699926) is unknown color: approx Limeade. HEX triplet: 69, 99 and 26. RGB value is (105,153,38). Sum of RGB (Red+Green+Blue) = 105+153+38=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #699926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699926 is #9666D9. Grayscale: #7D7D7D. Windows color (decimal): -9856730 or 2529641. OLE color: 2529641.

HSL color Cylindrical-coordinate representation of color #699926: hue angle of 85.04º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #699926 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB10515338-
CMYK0.3100.750.4
HSL85.04º60.21%37.45%-
HSV(B)85.04º75.16%60%-
XYZ17.5725.935.91-
YUV125.5478.6113.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 153 (60.16% from 255) = 51.69%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=35.47%
G=51.69%
B=12.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153380.3100.750.485.0460.2137.45
Hex6999261F04B28553c25
Octal15123146370113501257445
Binary11010011001100110011011111010010111010001010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699926; }

 p { color: rgb(105,153,38); }

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

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

 a { background-color: rgb(105,153,38); }

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

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

 span { border-color: rgb(105,153,38); }

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