Html Css Color HEX #60917C Patina

📋 copy color: '#60917C'

red 96 ◦ green 145 ◦ blue 124

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

Shades of Patina #60917C

Tints of Patina #60917C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

 BLUE value IS 124 (48.83% from 255) = 33.97%

R = 26.3%
G = 39.73%
B = 33.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#60917C (or 0x60917C) is known color: Patina. HEX triplet: 60, 91 and 7C. RGB value is (96,145,124). Sum of RGB (Red+Green+Blue) = 96+145+124=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #60917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60917C is #9F6E83. Grayscale: #7F7F7F. Windows color (decimal): -10448516 or 8163680. OLE color: 8163680.

HSL color Cylindrical-coordinate representation of color #60917C: hue angle of 154.29º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60917C is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 124 -
CMYK 0.34 0 0.14 0.43
HSL 154.29º 0.2% 0.47% -
HSV(B) 154.29º 0.34% 0.57% -
XYZ 18.59 24.19 22.76 -
YUV 127.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 96 145 124 0.34 0 0.14 0.43 154.29 0.2 0.47
Hex 60 91 7C 22 0 E 2B 9A 14 2F
Octal 140 221 174 42 0 16 53 232 24 57
Binary 1100000 10010001 1111100 100010 0 1110 101011 10011010 10100 101111

Color Harmonies of #60917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60917C

Black with #60917C

Text Example


Text Example

White with #60917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60917C; }

 p { color: rgb(96,145,124); }

 H1.HeaderClassName
 {
   color: #60917C;
 }
 .AnyTagClassName
 {
   color: #60917C;
 }
</style>

background-color css

<style>
 a { background-color: #60917C; }

 a { background-color: rgb(96,145,124); }

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

border-color css

<style>
 span { border-color: #60917C; }

 span { border-color: rgb(96,145,124); }

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