Html Css Color HEX #61977E Patina

📋 copy color: '#61977E'

red 97 ◦ green 151 ◦ blue 126

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

Shades of Patina #61977E

Tints of Patina #61977E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 25.94%
G = 40.37%
B = 33.69%

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

#61977E (or 0x61977E) is known color: Patina. HEX triplet: 61, 97 and 7E. RGB value is (97,151,126). Sum of RGB (Red+Green+Blue) = 97+151+126=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #61977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61977E is #9E6881. Grayscale: #848484. Windows color (decimal): -10381442 or 8296289. OLE color: 8296289.

HSL color Cylindrical-coordinate representation of color #61977E: hue angle of 152.22º 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 #61977E is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 151 126 -
CMYK 0.36 0 0.17 0.41
HSL 152.22º 0.22% 0.49% -
HSV(B) 152.22º 0.36% 0.59% -
XYZ 19.76 26.18 23.75 -
YUV 132 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 97 151 126 0.36 0 0.17 0.41 152.22 0.22 0.49
Hex 61 97 7E 24 0 11 29 98 16 31
Octal 141 227 176 44 0 21 51 230 26 61
Binary 1100001 10010111 1111110 100100 0 10001 101001 10011000 10110 110001

Color Harmonies of #61977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61977E

Black with #61977E

Text Example


Text Example

White with #61977E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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