Html Css Color HEX #60957B Patina

📋 copy color: '#60957B'

red 96 ◦ green 149 ◦ blue 123

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

Shades of Patina #60957B

Tints of Patina #60957B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 26.09%
G = 40.49%
B = 33.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#60957B (or 0x60957B) is known color: Patina. HEX triplet: 60, 95 and 7B. RGB value is (96,149,123). Sum of RGB (Red+Green+Blue) = 96+149+123=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #60957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60957B is #9F6A84. Grayscale: #828282. Windows color (decimal): -10447493 or 8099168. OLE color: 8099168.

HSL color Cylindrical-coordinate representation of color #60957B: hue angle of 150.57º 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 #60957B is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 149 123 -
CMYK 0.36 0 0.17 0.42
HSL 150.57º 0.22% 0.48% -
HSV(B) 150.57º 0.36% 0.58% -
XYZ 19.15 25.41 22.63 -
YUV 130.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 96 149 123 0.36 0 0.17 0.42 150.57 0.22 0.48
Hex 60 95 7B 24 0 11 2A 97 16 30
Octal 140 225 173 44 0 21 52 227 26 60
Binary 1100000 10010101 1111011 100100 0 10001 101010 10010111 10110 110000

Color Harmonies of #60957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60957B

Black with #60957B

Text Example


Text Example

White with #60957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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