Html Css Color HEX #60A583 Patina

📋 copy color: '#60A583'

red 96 ◦ green 165 ◦ blue 131

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

Shades of Patina #60A583

Tints of Patina #60A583

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 24.49%
G = 42.09%
B = 33.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#60A583 (or 0x60A583) is known color: Patina. HEX triplet: 60, A5 and 83. RGB value is (96,165,131). Sum of RGB (Red+Green+Blue) = 96+165+131=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #60A583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A583 is #9F5A7C. Grayscale: #8C8C8C. Windows color (decimal): -10443389 or 8627552. OLE color: 8627552.

HSL color Cylindrical-coordinate representation of color #60A583: hue angle of 150.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A583 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 131 -
CMYK 0.42 0 0.21 0.35
HSL 150.43º 0.28% 0.51% -
HSV(B) 150.43º 0.42% 0.65% -
XYZ 22.38 31.04 26.28 -
YUV 140.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 96 165 131 0.42 0 0.21 0.35 150.43 0.28 0.51
Hex 60 A5 83 2A 0 15 23 96 1C 33
Octal 140 245 203 52 0 25 43 226 34 63
Binary 1100000 10100101 10000011 101010 0 10101 100011 10010110 11100 110011

Color Harmonies of #60A583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A583

Black with #60A583

Text Example


Text Example

White with #60A583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60A583; }

 p { color: rgb(96,165,131); }

 H1.HeaderClassName
 {
   color: #60A583;
 }
 .AnyTagClassName
 {
   color: #60A583;
 }
</style>

background-color css

<style>
 a { background-color: #60A583; }

 a { background-color: rgb(96,165,131); }

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

border-color css

<style>
 span { border-color: #60A583; }

 span { border-color: rgb(96,165,131); }

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