#61884A

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

Shades of Glade Green #61884A

Tints of Glade Green #61884A

Color information

#61884A (or 0x61884A) is unknown color: approx Glade Green. HEX triplet: 61, 88 and 4A. RGB value is (97,136,74). Sum of RGB (Red+Green+Blue) = 97+136+74=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #61884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61884A is #9E77B5. Grayscale: #757575. Windows color (decimal): -10385334 or 4884577. OLE color: 4884577.

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

Color convert

RGB9713674-
CMYK0.2900.460.47
HSL97.74º29.52%41.18%-
HSV(B)97.74º45.59%53.33%-
XYZ14.9720.649.67-
YUV117.27103.58113.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 136 (53.52% from 255) = 44.30%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=31.60%
G=44.30%
B=24.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97136740.2900.460.4797.7429.5241.18
Hex61884A1D02E2F621e29
Octal14121011235056571423651
Binary1100001100010001001010111010101110101111110001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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