Html Css Color HEX #60977D Patina

📋 copy color: '#60977D'

red 96 ◦ green 151 ◦ blue 125

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

Shades of Patina #60977D

Tints of Patina #60977D

RGB

 RED value IS 96 (37.89% from 255) = 25.81%

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

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

R = 25.81%
G = 40.59%
B = 33.6%

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

#60977D (or 0x60977D) is known color: Patina. HEX triplet: 60, 97 and 7D. RGB value is (96,151,125). Sum of RGB (Red+Green+Blue) = 96+151+125=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 151 - color contains mainly: green. Hex color #60977D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977D is #9F6882. Grayscale: #838383. Windows color (decimal): -10446979 or 8230752. OLE color: 8230752.

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

Color convert

RGB 96 151 125 -
CMYK 0.36 0 0.17 0.41
HSL 151.64º 0.22% 0.48% -
HSV(B) 151.64º 0.36% 0.59% -
XYZ 19.59 26.1 23.41 -
YUV 131.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 96 151 125 0.36 0 0.17 0.41 151.64 0.22 0.48
Hex 60 97 7D 24 0 11 29 98 16 30
Octal 140 227 175 44 0 21 51 230 26 60
Binary 1100000 10010111 1111101 100100 0 10001 101001 10011000 10110 110000

Color Harmonies of #60977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60977D

Black with #60977D

Text Example


Text Example

White with #60977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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