Html Css Color HEX #60928B Patina

📋 copy color: '#60928B'

red 96 ◦ green 146 ◦ blue 139

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

Shades of Patina #60928B

Tints of Patina #60928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.32%

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 25.2%
G = 38.32%
B = 36.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#60928B (or 0x60928B) is known color: Patina. HEX triplet: 60, 92 and 8B. RGB value is (96,146,139). Sum of RGB (Red+Green+Blue) = 96+146+139=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #60928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60928B is #9F6D74. Grayscale: #828282. Windows color (decimal): -10448245 or 9146976. OLE color: 9146976.

HSL color Cylindrical-coordinate representation of color #60928B: hue angle of 171.6º degrees, saturation: 0.21, 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 #60928B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 139 -
CMYK 0.34 0 0.05 0.43
HSL 171.6º 0.21% 0.47% -
HSV(B) 171.6º 0.34% 0.57% -
XYZ 19.76 24.91 28.19 -
YUV 130.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 96 146 139 0.34 0 0.05 0.43 171.6 0.21 0.47
Hex 60 92 8B 22 0 5 2B AC 15 2F
Octal 140 222 213 42 0 5 53 254 25 57
Binary 1100000 10010010 10001011 100010 0 101 101011 10101100 10101 101111

Color Harmonies of #60928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60928B

Black with #60928B

Text Example


Text Example

White with #60928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60928B; }

 p { color: rgb(96,146,139); }

 H1.HeaderClassName
 {
   color: #60928B;
 }
 .AnyTagClassName
 {
   color: #60928B;
 }
</style>

background-color css

<style>
 a { background-color: #60928B; }

 a { background-color: rgb(96,146,139); }

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

border-color css

<style>
 span { border-color: #60928B; }

 span { border-color: rgb(96,146,139); }

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