#698E4D

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

Shades of Glade Green #698E4D

Tints of Glade Green #698E4D

Color information

#698E4D (or 0x698E4D) is unknown color: approx Glade Green. HEX triplet: 69, 8E and 4D. RGB value is (105,142,77). Sum of RGB (Red+Green+Blue) = 105+142+77=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #698E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E4D is #9671B2. Grayscale: #7B7B7B. Windows color (decimal): -9859507 or 5082729. OLE color: 5082729.

HSL color Cylindrical-coordinate representation of color #698E4D: hue angle of 94.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698E4D is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB10514277-
CMYK0.2600.460.44
HSL94.15º29.68%42.94%-
HSV(B)94.15º45.77%55.69%-
XYZ16.8422.8910.55-
YUV123.53101.74114.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 142 (55.86% from 255) = 43.83%
BLUE value IS 77 (30.47% from 255) = 23.77%
R=32.41%
G=43.83%
B=23.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105142770.2600.460.4494.1529.6842.94
Hex698E4D1A02E2C5e1e2b
Octal15121611532056541363653
Binary1101001100011101001101110100101110101100101111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698E4D; }

 p { color: rgb(105,142,77); }

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

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

 a { background-color: rgb(105,142,77); }

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

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

 span { border-color: rgb(105,142,77); }

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