Html Css Color HEX #61884A Glade Green

📋 copy color: '#61884A'

red 97 ◦ green 136 ◦ blue 74

#61884A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #61884A

Tints of Glade Green #61884A

RGB

 RED value IS 97 (38.28% from 255) = 31.6%

 GREEN value IS 136 (53.52% from 255) = 44.3%

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 31.6%
G = 44.3%
B = 24.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#61884A (or 0x61884A) is known color: 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

RGB 97 136 74 -
CMYK 0.29 0 0.46 0.47
HSL 97.74º 0.3% 0.41% -
HSV(B) 97.74º 0.46% 0.53% -
XYZ 14.97 20.64 9.67 -
YUV 117.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 97 136 74 0.29 0 0.46 0.47 97.74 0.3 0.41
Hex 61 88 4A 1D 0 2E 2F 62 1E 29
Octal 141 210 112 35 0 56 57 142 36 51
Binary 1100001 10001000 1001010 11101 0 101110 101111 1100010 11110 101001

Color Harmonies of #61884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61884A

Black with #61884A

Text Example


Text Example

White with #61884A

Text Example


Text Example

HTML Codes & Css Web 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>