Html Css Color HEX #61904B Glade Green

📋 copy color: '#61904B'

red 97 ◦ green 144 ◦ blue 75

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

Shades of Glade Green #61904B

Tints of Glade Green #61904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.57%

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

R = 30.7%
G = 45.57%
B = 23.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#61904B (or 0x61904B) is known color: Glade Green. HEX triplet: 61, 90 and 4B. RGB value is (97,144,75). Sum of RGB (Red+Green+Blue) = 97+144+75=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #61904B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61904B is #9E6FB4. Grayscale: #7A7A7A. Windows color (decimal): -10383285 or 4952161. OLE color: 4952161.

HSL color Cylindrical-coordinate representation of color #61904B: hue angle of 100.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61904B is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 144 75 -
CMYK 0.33 0 0.48 0.44
HSL 100.87º 0.32% 0.43% -
HSV(B) 100.87º 0.48% 0.56% -
XYZ 16.17 23 10.24 -
YUV 122.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 97 144 75 0.33 0 0.48 0.44 100.87 0.32 0.43
Hex 61 90 4B 21 0 30 2C 65 20 2B
Octal 141 220 113 41 0 60 54 145 40 53
Binary 1100001 10010000 1001011 100001 0 110000 101100 1100101 100000 101011

Color Harmonies of #61904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61904B

Black with #61904B

Text Example


Text Example

White with #61904B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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