#699250

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

Shades of Glade Green #699250

Tints of Glade Green #699250

Color information

#699250 (or 0x699250) is unknown color: approx Glade Green. HEX triplet: 69, 92 and 50. RGB value is (105,146,80). Sum of RGB (Red+Green+Blue) = 105+146+80=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #699250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699250 is #966DAF. Grayscale: #7E7E7E. Windows color (decimal): -9858480 or 5280361. OLE color: 5280361.

HSL color Cylindrical-coordinate representation of color #699250: hue angle of 97.27º 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 #699250 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB10514680-
CMYK0.2800.450.43
HSL97.27º29.2%44.31%-
HSV(B)97.27º45.21%57.25%-
XYZ17.5524.1411.32-
YUV126.22101.92112.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 146 (57.42% from 255) = 44.11%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=31.72%
G=44.11%
B=24.17%

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
Decimal105146800.2800.450.4397.2729.244.31
Hex6992501C02D2B611d2c
Octal15122212034055531413554
Binary1101001100100101010000111000101101101011110000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699250; }

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

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

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

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

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

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

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

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