#699054

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

Shades of Glade Green #699054

Tints of Glade Green #699054

Color information

#699054 (or 0x699054) is unknown color: approx Glade Green. HEX triplet: 69, 90 and 54. RGB value is (105,144,84). Sum of RGB (Red+Green+Blue) = 105+144+84=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 144 - color contains mainly: green. Hex color #699054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699054 is #966FAB. Grayscale: #7D7D7D. Windows color (decimal): -9858988 or 5541993. OLE color: 5541993.

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

Color convert

RGB10514484-
CMYK0.2700.420.44
HSL99º26.32%44.71%-
HSV(B)99º41.67%56.47%-
XYZ17.423.5912.02-
YUV125.5104.58113.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.53%
GREEN value IS 144 (56.64% from 255) = 43.24%
BLUE value IS 84 (33.20% from 255) = 25.23%
R=31.53%
G=43.24%
B=25.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105144840.2700.420.449926.3244.71
Hex6990541B02A2C631a2d
Octal15122012433052541433255
Binary1101001100100001010100110110101010101100110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699054; }

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

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

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

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

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

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

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

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