#699051

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

Shades of Glade Green #699051

Tints of Glade Green #699051

Color information

#699051 (or 0x699051) is unknown color: approx Glade Green. HEX triplet: 69, 90 and 51. RGB value is (105,144,81). Sum of RGB (Red+Green+Blue) = 105+144+81=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 144 - color contains mainly: green. Hex color #699051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699051 is #966FAE. Grayscale: #7D7D7D. Windows color (decimal): -9858991 or 5345385. OLE color: 5345385.

HSL color Cylindrical-coordinate representation of color #699051: hue angle of 97.14º degrees, saturation: 0.28, 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 #699051 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB10514481-
CMYK0.2700.440.44
HSL97.14º28%44.12%-
HSV(B)97.14º43.75%56.47%-
XYZ17.2823.5411.42-
YUV125.16103.08113.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 144 (56.64% from 255) = 43.64%
BLUE value IS 81 (32.03% from 255) = 24.55%
R=31.82%
G=43.64%
B=24.55%

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
Decimal105144810.2700.440.4497.142844.12
Hex6990511B02C2C611c2c
Octal15122012133054541413454
Binary1101001100100001010001110110101100101100110000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699051; }

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

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

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

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

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

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

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

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