Html Css Color HEX #61977D Patina

📋 copy color: '#61977D'

red 97 ◦ green 151 ◦ blue 125

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

Shades of Patina #61977D

Tints of Patina #61977D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.48%

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 26.01%
G = 40.48%
B = 33.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#61977D (or 0x61977D) is known color: Patina. HEX triplet: 61, 97 and 7D. RGB value is (97,151,125). Sum of RGB (Red+Green+Blue) = 97+151+125=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #61977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61977D is #9E6882. Grayscale: #838383. Windows color (decimal): -10381443 or 8230753. OLE color: 8230753.

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

Color convert

RGB 97 151 125 -
CMYK 0.36 0 0.17 0.41
HSL 151.11º 0.22% 0.49% -
HSV(B) 151.11º 0.36% 0.59% -
XYZ 19.7 26.16 23.41 -
YUV 131.89 124.11 103.11 -
System Red Green Blue C M Y K H S L
Decimal 97 151 125 0.36 0 0.17 0.41 151.11 0.22 0.49
Hex 61 97 7D 24 0 11 29 97 16 31
Octal 141 227 175 44 0 21 51 227 26 61
Binary 1100001 10010111 1111101 100100 0 10001 101001 10010111 10110 110001

Color Harmonies of #61977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61977D

Black with #61977D

Text Example


Text Example

White with #61977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,151,125); }

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

background-color css

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

 a { background-color: rgb(97,151,125); }

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

border-color css

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

 span { border-color: rgb(97,151,125); }

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