Html Css Color HEX #60968C Patina

📋 copy color: '#60968C'

red 96 ◦ green 150 ◦ blue 140

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

Shades of Patina #60968C

Tints of Patina #60968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.27%

R = 24.87%
G = 38.86%
B = 36.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#60968C (or 0x60968C) is known color: Patina. HEX triplet: 60, 96 and 8C. RGB value is (96,150,140). Sum of RGB (Red+Green+Blue) = 96+150+140=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #60968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60968C is #9F6973. Grayscale: #848484. Windows color (decimal): -10447220 or 9213536. OLE color: 9213536.

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

Color convert

RGB 96 150 140 -
CMYK 0.36 0 0.07 0.41
HSL 168.89º 0.22% 0.48% -
HSV(B) 168.89º 0.36% 0.59% -
XYZ 20.46 26.19 28.79 -
YUV 132.71 132.11 101.81 -
System Red Green Blue C M Y K H S L
Decimal 96 150 140 0.36 0 0.07 0.41 168.89 0.22 0.48
Hex 60 96 8C 24 0 7 29 A9 16 30
Octal 140 226 214 44 0 7 51 251 26 60
Binary 1100000 10010110 10001100 100100 0 111 101001 10101001 10110 110000

Color Harmonies of #60968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60968C

Black with #60968C

Text Example


Text Example

White with #60968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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