#699150

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

Shades of Glade Green #699150

Tints of Glade Green #699150

Color information

#699150 (or 0x699150) is unknown color: approx Glade Green. HEX triplet: 69, 91 and 50. RGB value is (105,145,80). Sum of RGB (Red+Green+Blue) = 105+145+80=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #699150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699150 is #966EAF. Grayscale: #7D7D7D. Windows color (decimal): -9858736 or 5280105. OLE color: 5280105.

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

Color convert

RGB10514580-
CMYK0.2800.450.43
HSL96.92º28.89%44.12%-
HSV(B)96.92º44.83%56.86%-
XYZ17.423.8311.27-
YUV125.63102.25113.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 145 (57.03% from 255) = 43.94%
BLUE value IS 80 (31.64% from 255) = 24.24%
R=31.82%
G=43.94%
B=24.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145800.2800.450.4396.9228.8944.12
Hex6991501C02D2B611d2c
Octal15122112034055531413554
Binary1101001100100011010000111000101101101011110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699150; }

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

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

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

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

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

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

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

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