Html Css Color HEX #60968D Patina

📋 copy color: '#60968D'

red 96 ◦ green 150 ◦ blue 141

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

Shades of Patina #60968D

Tints of Patina #60968D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 24.81%
G = 38.76%
B = 36.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#60968D (or 0x60968D) is known color: Patina. HEX triplet: 60, 96 and 8D. RGB value is (96,150,141). Sum of RGB (Red+Green+Blue) = 96+150+141=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #60968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968D is #9F6972. Grayscale: #848484. Windows color (decimal): -10447219 or 9279072. OLE color: 9279072.

HSL color Cylindrical-coordinate representation of color #60968D: hue angle of 170º 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 #60968D is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 141 -
CMYK 0.36 0 0.06 0.41
HSL 170º 0.22% 0.48% -
HSV(B) 170º 0.36% 0.59% -
XYZ 20.54 26.22 29.18 -
YUV 132.83 132.61 101.73 -
System Red Green Blue C M Y K H S L
Decimal 96 150 141 0.36 0 0.06 0.41 170 0.22 0.48
Hex 60 96 8D 24 0 6 29 AA 16 30
Octal 140 226 215 44 0 6 51 252 26 60
Binary 1100000 10010110 10001101 100100 0 110 101001 10101010 10110 110000

Color Harmonies of #60968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60968D

Black with #60968D

Text Example


Text Example

White with #60968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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