#699152

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

Shades of Glade Green #699152

Tints of Glade Green #699152

Color information

#699152 (or 0x699152) is unknown color: approx Glade Green. HEX triplet: 69, 91 and 52. RGB value is (105,145,82). Sum of RGB (Red+Green+Blue) = 105+145+82=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #699152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699152 is #966EAD. Grayscale: #7E7E7E. Windows color (decimal): -9858734 or 5411177. OLE color: 5411177.

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

Color convert

RGB10514582-
CMYK0.2800.430.43
HSL98.1º27.75%44.51%-
HSV(B)98.1º43.45%56.86%-
XYZ17.4723.8611.67-
YUV125.86103.25113.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.63%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=31.63%
G=43.67%
B=24.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145820.2800.430.4398.127.7544.51
Hex6991521C02B2B621c2d
Octal15122112234053531423455
Binary1101001100100011010010111000101011101011110001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699152; }

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

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

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

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

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

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

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

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