Html Css Color HEX #61934D Glade Green

📋 copy color: '#61934D'

red 97 ◦ green 147 ◦ blue 77

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

Shades of Glade Green #61934D

Tints of Glade Green #61934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.79%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 30.22%
G = 45.79%
B = 23.99%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#61934D (or 0x61934D) is known color: Glade Green. HEX triplet: 61, 93 and 4D. RGB value is (97,147,77). Sum of RGB (Red+Green+Blue) = 97+147+77=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #61934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61934D is #9E6CB2. Grayscale: #7C7C7C. Windows color (decimal): -10382515 or 5084001. OLE color: 5084001.

HSL color Cylindrical-coordinate representation of color #61934D: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61934D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 147 77 -
CMYK 0.34 0 0.48 0.42
HSL 102.86º 0.31% 0.44% -
HSV(B) 102.86º 0.48% 0.58% -
XYZ 16.7 23.94 10.76 -
YUV 124.07 101.44 108.69 -
System Red Green Blue C M Y K H S L
Decimal 97 147 77 0.34 0 0.48 0.42 102.86 0.31 0.44
Hex 61 93 4D 22 0 30 2A 67 1F 2C
Octal 141 223 115 42 0 60 52 147 37 54
Binary 1100001 10010011 1001101 100010 0 110000 101010 1100111 11111 101100

Color Harmonies of #61934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61934D

Black with #61934D

Text Example


Text Example

White with #61934D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61934D; }

 p { color: rgb(97,147,77); }

 H1.HeaderClassName
 {
   color: #61934D;
 }
 .AnyTagClassName
 {
   color: #61934D;
 }
</style>

background-color css

<style>
 a { background-color: #61934D; }

 a { background-color: rgb(97,147,77); }

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

border-color css

<style>
 span { border-color: #61934D; }

 span { border-color: rgb(97,147,77); }

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