Html Css Color HEX #60937F Patina

📋 copy color: '#60937F'

red 96 ◦ green 147 ◦ blue 127

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

Shades of Patina #60937F

Tints of Patina #60937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 25.95%
G = 39.73%
B = 34.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#60937F (or 0x60937F) is known color: Patina. HEX triplet: 60, 93 and 7F. RGB value is (96,147,127). Sum of RGB (Red+Green+Blue) = 96+147+127=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #60937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60937F is #9F6C80. Grayscale: #818181. Windows color (decimal): -10448001 or 8360800. OLE color: 8360800.

HSL color Cylindrical-coordinate representation of color #60937F: hue angle of 156.47º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60937F is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 127 -
CMYK 0.35 0 0.14 0.42
HSL 156.47º 0.21% 0.48% -
HSV(B) 156.47º 0.35% 0.58% -
XYZ 19.09 24.89 23.88 -
YUV 129.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 96 147 127 0.35 0 0.14 0.42 156.47 0.21 0.48
Hex 60 93 7F 23 0 E 2A 9C 15 30
Octal 140 223 177 43 0 16 52 234 25 60
Binary 1100000 10010011 1111111 100011 0 1110 101010 10011100 10101 110000

Color Harmonies of #60937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60937F

Black with #60937F

Text Example


Text Example

White with #60937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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