Html Css Color HEX #61994B Glade Green

📋 copy color: '#61994B'

red 97 ◦ green 153 ◦ blue 75

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

Shades of Glade Green #61994B

Tints of Glade Green #61994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 47.08%

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 29.85%
G = 47.08%
B = 23.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#61994B (or 0x61994B) is known color: Glade Green. HEX triplet: 61, 99 and 4B. RGB value is (97,153,75). Sum of RGB (Red+Green+Blue) = 97+153+75=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #61994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61994B is #9E66B4. Grayscale: #7F7F7F. Windows color (decimal): -10380981 or 4954465. OLE color: 4954465.

HSL color Cylindrical-coordinate representation of color #61994B: hue angle of 103.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61994B is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 153 75 -
CMYK 0.37 0 0.51 0.4
HSL 103.08º 0.34% 0.45% -
HSV(B) 103.08º 0.51% 0.6% -
XYZ 17.59 25.83 10.72 -
YUV 127.36 98.45 106.34 -
System Red Green Blue C M Y K H S L
Decimal 97 153 75 0.37 0 0.51 0.4 103.08 0.34 0.45
Hex 61 99 4B 25 0 33 28 67 22 2D
Octal 141 231 113 45 0 63 50 147 42 55
Binary 1100001 10011001 1001011 100101 0 110011 101000 1100111 100010 101101

Color Harmonies of #61994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61994B

Black with #61994B

Text Example


Text Example

White with #61994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61994B; }

 p { color: rgb(97,153,75); }

 H1.HeaderClassName
 {
   color: #61994B;
 }
 .AnyTagClassName
 {
   color: #61994B;
 }
</style>

background-color css

<style>
 a { background-color: #61994B; }

 a { background-color: rgb(97,153,75); }

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

border-color css

<style>
 span { border-color: #61994B; }

 span { border-color: rgb(97,153,75); }

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