Html Css Color HEX #61964C Glade Green

📋 copy color: '#61964C'

red 97 ◦ green 150 ◦ blue 76

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

Shades of Glade Green #61964C

Tints of Glade Green #61964C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 30.03%
G = 46.44%
B = 23.53%

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

#61964C (or 0x61964C) is known color: Glade Green. HEX triplet: 61, 96 and 4C. RGB value is (97,150,76). Sum of RGB (Red+Green+Blue) = 97+150+76=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #61964C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61964C is #9E69B3. Grayscale: #7D7D7D. Windows color (decimal): -10381748 or 5019233. OLE color: 5019233.

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

Color convert

RGB 97 150 76 -
CMYK 0.35 0 0.49 0.41
HSL 102.97º 0.33% 0.44% -
HSV(B) 102.97º 0.49% 0.59% -
XYZ 17.14 24.88 10.74 -
YUV 125.72 99.94 107.52 -
System Red Green Blue C M Y K H S L
Decimal 97 150 76 0.35 0 0.49 0.41 102.97 0.33 0.44
Hex 61 96 4C 23 0 31 29 67 21 2C
Octal 141 226 114 43 0 61 51 147 41 54
Binary 1100001 10010110 1001100 100011 0 110001 101001 1100111 100001 101100

Color Harmonies of #61964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61964C

Black with #61964C

Text Example


Text Example

White with #61964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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