Html Css Color HEX #60967D Patina

📋 copy color: '#60967D'

red 96 ◦ green 150 ◦ blue 125

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

Shades of Patina #60967D

Tints of Patina #60967D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.43%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 25.88%
G = 40.43%
B = 33.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#60967D (or 0x60967D) is known color: Patina. HEX triplet: 60, 96 and 7D. RGB value is (96,150,125). Sum of RGB (Red+Green+Blue) = 96+150+125=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #60967D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60967D is #9F6982. Grayscale: #838383. Windows color (decimal): -10447235 or 8230496. OLE color: 8230496.

HSL color Cylindrical-coordinate representation of color #60967D: hue angle of 152.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #60967D is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 125 -
CMYK 0.36 0 0.17 0.41
HSL 152.22º 0.22% 0.48% -
HSV(B) 152.22º 0.36% 0.59% -
XYZ 19.43 25.78 23.35 -
YUV 131 124.61 103.03 -
System Red Green Blue C M Y K H S L
Decimal 96 150 125 0.36 0 0.17 0.41 152.22 0.22 0.48
Hex 60 96 7D 24 0 11 29 98 16 30
Octal 140 226 175 44 0 21 51 230 26 60
Binary 1100000 10010110 1111101 100100 0 10001 101001 10011000 10110 110000

Color Harmonies of #60967D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60967D

Black with #60967D

Text Example


Text Example

White with #60967D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60967D; }

 p { color: rgb(96,150,125); }

 H1.HeaderClassName
 {
   color: #60967D;
 }
 .AnyTagClassName
 {
   color: #60967D;
 }
</style>

background-color css

<style>
 a { background-color: #60967D; }

 a { background-color: rgb(96,150,125); }

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

border-color css

<style>
 span { border-color: #60967D; }

 span { border-color: rgb(96,150,125); }

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