Html Css Color HEX #60957F Patina

📋 copy color: '#60957F'

red 96 ◦ green 149 ◦ blue 127

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

Shades of Patina #60957F

Tints of Patina #60957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.05%

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

R = 25.81%
G = 40.05%
B = 34.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#60957F (or 0x60957F) is known color: Patina. HEX triplet: 60, 95 and 7F. RGB value is (96,149,127). Sum of RGB (Red+Green+Blue) = 96+149+127=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #60957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957F is #9F6A80. Grayscale: #828282. Windows color (decimal): -10447489 or 8361312. OLE color: 8361312.

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

Color convert

RGB 96 149 127 -
CMYK 0.36 0 0.15 0.42
HSL 155.09º 0.22% 0.48% -
HSV(B) 155.09º 0.36% 0.58% -
XYZ 19.4 25.51 23.98 -
YUV 130.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 96 149 127 0.36 0 0.15 0.42 155.09 0.22 0.48
Hex 60 95 7F 24 0 F 2A 9B 16 30
Octal 140 225 177 44 0 17 52 233 26 60
Binary 1100000 10010101 1111111 100100 0 1111 101010 10011011 10110 110000

Color Harmonies of #60957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60957F

Black with #60957F

Text Example


Text Example

White with #60957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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