Html Css Color HEX #60977F Patina

📋 copy color: '#60977F'

red 96 ◦ green 151 ◦ blue 127

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

Shades of Patina #60977F

Tints of Patina #60977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 25.67%
G = 40.37%
B = 33.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#60977F (or 0x60977F) is known color: Patina. HEX triplet: 60, 97 and 7F. RGB value is (96,151,127). Sum of RGB (Red+Green+Blue) = 96+151+127=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 151 - color contains mainly: green. Hex color #60977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60977F is #9F6880. Grayscale: #838383. Windows color (decimal): -10446977 or 8361824. OLE color: 8361824.

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

Color convert

RGB 96 151 127 -
CMYK 0.36 0 0.16 0.41
HSL 153.82º 0.22% 0.48% -
HSV(B) 153.82º 0.36% 0.59% -
XYZ 19.72 26.15 24.09 -
YUV 131.82 125.28 102.45 -
System Red Green Blue C M Y K H S L
Decimal 96 151 127 0.36 0 0.16 0.41 153.82 0.22 0.48
Hex 60 97 7F 24 0 10 29 9A 16 30
Octal 140 227 177 44 0 20 51 232 26 60
Binary 1100000 10010111 1111111 100100 0 10000 101001 10011010 10110 110000

Color Harmonies of #60977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60977F

Black with #60977F

Text Example


Text Example

White with #60977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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