#699752

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

Shades of Glade Green #699752

Tints of Glade Green #699752

Color information

#699752 (or 0x699752) is unknown color: approx Glade Green. HEX triplet: 69, 97 and 52. RGB value is (105,151,82). Sum of RGB (Red+Green+Blue) = 105+151+82=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #699752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699752 is #9668AD. Grayscale: #818181. Windows color (decimal): -9857198 or 5412713. OLE color: 5412713.

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

Color convert

RGB10515182-
CMYK0.3000.460.41
HSL100º29.61%45.69%-
HSV(B)100º45.7%59.22%-
XYZ18.4225.7511.98-
YUV129.38101.26110.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=31.07%
G=44.67%
B=24.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151820.3000.460.4110029.6145.69
Hex6997521E02E29641e2e
Octal15122712236056511443656
Binary1101001100101111010010111100101110101001110010011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699752; }

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

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

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

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

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

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

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

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