#61864A

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

Shades of Glade Green #61864A

Tints of Glade Green #61864A

Color information

#61864A (or 0x61864A) is unknown color: approx Glade Green. HEX triplet: 61, 86 and 4A. RGB value is (97,134,74). Sum of RGB (Red+Green+Blue) = 97+134+74=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #61864A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61864A is #9E79B5. Grayscale: #747474. Windows color (decimal): -10385846 or 4884065. OLE color: 4884065.

HSL color Cylindrical-coordinate representation of color #61864A: hue angle of 97º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61864A is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB9713474-
CMYK0.2800.450.47
HSL97º28.85%40.78%-
HSV(B)97º44.78%52.55%-
XYZ14.6920.099.58-
YUV116.1104.24114.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=31.80%
G=43.93%
B=24.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97134740.2800.450.479728.8540.78
Hex61864A1C02D2F611d29
Octal14120611234055571413551
Binary1100001100001101001010111000101101101111110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61864A; }

 p { color: rgb(97,134,74); }

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

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

 a { background-color: rgb(97,134,74); }

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

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

 span { border-color: rgb(97,134,74); }

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