#6C8C52

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

Shades of Glade Green #6C8C52

Tints of Glade Green #6C8C52

Color information

#6C8C52 (or 0x6C8C52) is unknown color: approx Glade Green. HEX triplet: 6C, 8C and 52. RGB value is (108,140,82). Sum of RGB (Red+Green+Blue) = 108+140+82=330 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.73% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C52 is #9373AD. Grayscale: #7C7C7C. Windows color (decimal): -9663406 or 5409900. OLE color: 5409900.

HSL color Cylindrical-coordinate representation of color #6C8C52: hue angle of 93.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C8C52 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB10814082-
CMYK0.2300.410.45
HSL93.1º26.13%43.53%-
HSV(B)93.1º41.43%54.9%-
XYZ17.0922.5511.44-
YUV123.82104.4116.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.73%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 82 (32.42% from 255) = 24.85%
R=32.73%
G=42.42%
B=24.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140820.2300.410.4593.126.1343.53
Hex6C8C52170292D5d1a2c
Octal15421412227051551353254
Binary1101100100011001010010101110101001101101101110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8C52; }

 p { color: rgb(108,140,82); }

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

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

 a { background-color: rgb(108,140,82); }

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

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

 span { border-color: rgb(108,140,82); }

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