#699050

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

Shades of Glade Green #699050

Tints of Glade Green #699050

Color information

#699050 (or 0x699050) is unknown color: approx Glade Green. HEX triplet: 69, 90 and 50. RGB value is (105,144,80). Sum of RGB (Red+Green+Blue) = 105+144+80=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #699050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699050 is #966FAF. Grayscale: #7D7D7D. Windows color (decimal): -9858992 or 5279849. OLE color: 5279849.

HSL color Cylindrical-coordinate representation of color #699050: hue angle of 96.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #699050 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB10514480-
CMYK0.2700.440.44
HSL96.56º28.57%43.92%-
HSV(B)96.56º44.44%56.47%-
XYZ17.2523.5311.22-
YUV125.04102.58113.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=31.91%
G=43.77%
B=24.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105144800.2700.440.4496.5628.5743.92
Hex6990501B02C2C611d2c
Octal15122012033054541413554
Binary1101001100100001010000110110101100101100110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699050; }

 p { color: rgb(105,144,80); }

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

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

 a { background-color: rgb(105,144,80); }

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

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

 span { border-color: rgb(105,144,80); }

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