Html Css Color HEX #61914A Glade Green

📋 copy color: '#61914A'

red 97 ◦ green 145 ◦ blue 74

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

Shades of Glade Green #61914A

Tints of Glade Green #61914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

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

R = 30.7%
G = 45.89%
B = 23.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#61914A (or 0x61914A) is known color: Glade Green. HEX triplet: 61, 91 and 4A. RGB value is (97,145,74). Sum of RGB (Red+Green+Blue) = 97+145+74=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #61914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61914A is #9E6EB5. Grayscale: #7A7A7A. Windows color (decimal): -10383030 or 4886881. OLE color: 4886881.

HSL color Cylindrical-coordinate representation of color #61914A: hue angle of 100.56º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61914A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 145 74 -
CMYK 0.33 0 0.49 0.43
HSL 100.56º 0.32% 0.43% -
HSV(B) 100.56º 0.49% 0.57% -
XYZ 16.29 23.29 10.11 -
YUV 122.55 100.6 109.77 -
System Red Green Blue C M Y K H S L
Decimal 97 145 74 0.33 0 0.49 0.43 100.56 0.32 0.43
Hex 61 91 4A 21 0 31 2B 65 20 2B
Octal 141 221 112 41 0 61 53 145 40 53
Binary 1100001 10010001 1001010 100001 0 110001 101011 1100101 100000 101011

Color Harmonies of #61914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61914A

Black with #61914A

Text Example


Text Example

White with #61914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61914A;
 }
 .AnyTagClassName
 {
   color: #61914A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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