#699750

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

Shades of Glade Green #699750

Tints of Glade Green #699750

Color information

#699750 (or 0x699750) is unknown color: approx Glade Green. HEX triplet: 69, 97 and 50. RGB value is (105,151,80). Sum of RGB (Red+Green+Blue) = 105+151+80=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #699750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699750 is #9668AF. Grayscale: #818181. Windows color (decimal): -9857200 or 5281641. OLE color: 5281641.

HSL color Cylindrical-coordinate representation of color #699750: hue angle of 98.87º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #699750 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB10515180-
CMYK0.3000.470.41
HSL98.87º30.74%45.29%-
HSV(B)98.87º47.02%59.22%-
XYZ18.3425.7211.59-
YUV129.15100.26110.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.25%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=31.25%
G=44.94%
B=23.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151800.3000.470.4198.8730.7445.29
Hex6997501E02F29631f2d
Octal15122712036057511433755
Binary1101001100101111010000111100101111101001110001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699750; }

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

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

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

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

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

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

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

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