#699E33

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

Shades of Limeade #699E33

Tints of Limeade #699E33

Color information

#699E33 (or 0x699E33) is unknown color: approx Limeade. HEX triplet: 69, 9E and 33. RGB value is (105,158,51). Sum of RGB (Red+Green+Blue) = 105+158+51=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 158 (62.11% from 255 or 50.32% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 158 - color contains mainly: green. Hex color #699E33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E33 is #9661CC. Grayscale: #828282. Windows color (decimal): -9855437 or 3382889. OLE color: 3382889.

HSL color Cylindrical-coordinate representation of color #699E33: hue angle of 89.72º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #699E33 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB10515851-
CMYK0.3400.680.38
HSL89.72º51.2%40.98%-
HSV(B)89.72º67.72%61.96%-
XYZ18.6527.77.49-
YUV129.9583.44110.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 158 (62.11% from 255) = 50.32%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=33.44%
G=50.32%
B=16.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105158510.3400.680.3889.7251.240.98
Hex699E3322044265a3329
Octal15123663420104461326351
Binary110100110011110110011100010010001001001101011010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,158,51); }

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

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

 a { background-color: rgb(105,158,51); }

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

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

 span { border-color: rgb(105,158,51); }

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