Html Css Color HEX #60927F Patina

📋 copy color: '#60927F'

red 96 ◦ green 146 ◦ blue 127

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

Shades of Patina #60927F

Tints of Patina #60927F

RGB

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

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

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

R = 26.02%
G = 39.57%
B = 34.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#60927F (or 0x60927F) is known color: Patina. HEX triplet: 60, 92 and 7F. RGB value is (96,146,127). Sum of RGB (Red+Green+Blue) = 96+146+127=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #60927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60927F is #9F6D80. Grayscale: #808080. Windows color (decimal): -10448257 or 8360544. OLE color: 8360544.

HSL color Cylindrical-coordinate representation of color #60927F: hue angle of 157.2º 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 #60927F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 146 127 -
CMYK 0.34 0 0.13 0.43
HSL 157.2º 0.21% 0.47% -
HSV(B) 157.2º 0.34% 0.57% -
XYZ 18.93 24.58 23.82 -
YUV 128.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 96 146 127 0.34 0 0.13 0.43 157.2 0.21 0.47
Hex 60 92 7F 22 0 D 2B 9D 15 2F
Octal 140 222 177 42 0 15 53 235 25 57
Binary 1100000 10010010 1111111 100010 0 1101 101011 10011101 10101 101111

Color Harmonies of #60927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60927F

Black with #60927F

Text Example


Text Example

White with #60927F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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