Html Css Color HEX #61964D Glade Green

📋 copy color: '#61964D'

red 97 ◦ green 150 ◦ blue 77

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

Shades of Glade Green #61964D

Tints of Glade Green #61964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.3%

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

R = 29.94%
G = 46.3%
B = 23.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#61964D (or 0x61964D) is known color: Glade Green. HEX triplet: 61, 96 and 4D. RGB value is (97,150,77). Sum of RGB (Red+Green+Blue) = 97+150+77=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 150 (58.98% from 255 or 46.30% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 150 - color contains mainly: green. Hex color #61964D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61964D is #9E69B2. Grayscale: #7E7E7E. Windows color (decimal): -10381747 or 5084769. OLE color: 5084769.

HSL color Cylindrical-coordinate representation of color #61964D: hue angle of 103.56º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61964D is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 150 77 -
CMYK 0.35 0 0.49 0.41
HSL 103.56º 0.32% 0.45% -
HSV(B) 103.56º 0.49% 0.59% -
XYZ 17.18 24.89 10.92 -
YUV 125.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 97 150 77 0.35 0 0.49 0.41 103.56 0.32 0.45
Hex 61 96 4D 23 0 31 29 68 20 2D
Octal 141 226 115 43 0 61 51 150 40 55
Binary 1100001 10010110 1001101 100011 0 110001 101001 1101000 100000 101101

Color Harmonies of #61964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61964D

Black with #61964D

Text Example


Text Example

White with #61964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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