Html Css Color HEX #60987F Patina

📋 copy color: '#60987F'

red 96 ◦ green 152 ◦ blue 127

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

Shades of Patina #60987F

Tints of Patina #60987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.53%

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

R = 25.6%
G = 40.53%
B = 33.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#60987F (or 0x60987F) is known color: Patina. HEX triplet: 60, 98 and 7F. RGB value is (96,152,127). Sum of RGB (Red+Green+Blue) = 96+152+127=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 152 - color contains mainly: green. Hex color #60987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987F is #9F6780. Grayscale: #848484. Windows color (decimal): -10446721 or 8362080. OLE color: 8362080.

HSL color Cylindrical-coordinate representation of color #60987F: hue angle of 153.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60987F is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 127 -
CMYK 0.37 0 0.16 0.40
HSL 153.21º 0.23% 0.49% -
HSV(B) 153.21º 0.37% 0.6% -
XYZ 19.88 26.48 24.14 -
YUV 132.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 96 152 127 0.37 0 0.16 0.40 153.21 0.23 0.49
Hex 60 98 7F 25 0 10 28 99 17 31
Octal 140 230 177 45 0 20 50 231 27 61
Binary 1100000 10011000 1111111 100101 0 10000 101000 10011001 10111 110001

Color Harmonies of #60987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60987F

Black with #60987F

Text Example


Text Example

White with #60987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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