#689252

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

Shades of Glade Green #689252

Tints of Glade Green #689252

Color information

#689252 (or 0x689252) is unknown color: approx Glade Green. HEX triplet: 68, 92 and 52. RGB value is (104,146,82). Sum of RGB (Red+Green+Blue) = 104+146+82=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 146 (57.42% from 255 or 43.98% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 146 - color contains mainly: green. Hex color #689252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689252 is #976DAD. Grayscale: #7E7E7E. Windows color (decimal): -9924014 or 5411432. OLE color: 5411432.

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

Color convert

RGB10414682-
CMYK0.2900.440.43
HSL99.38º28.07%44.71%-
HSV(B)99.38º43.84%57.25%-
XYZ17.5124.1111.71-
YUV126.15103.09112.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 146 (57.42% from 255) = 43.98%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=31.33%
G=43.98%
B=24.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146820.2900.440.4399.3828.0744.71
Hex6892521D02C2B631c2d
Octal15022212235054531433455
Binary1101000100100101010010111010101100101011110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689252; }

 p { color: rgb(104,146,82); }

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

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

 a { background-color: rgb(104,146,82); }

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

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

 span { border-color: rgb(104,146,82); }

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