Html Css Color HEX #60978E Patina

📋 copy color: '#60978E'

red 96 ◦ green 151 ◦ blue 142

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

Shades of Patina #60978E

Tints of Patina #60978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 142 (55.86% from 255) = 36.5%

R = 24.68%
G = 38.82%
B = 36.5%

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

#60978E (or 0x60978E) is known color: Patina. HEX triplet: 60, 97 and 8E. RGB value is (96,151,142). Sum of RGB (Red+Green+Blue) = 96+151+142=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 151 - color contains mainly: green. Hex color #60978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60978E is #9F6871. Grayscale: #858585. Windows color (decimal): -10446962 or 9344864. OLE color: 9344864.

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

Color convert

RGB 96 151 142 -
CMYK 0.36 0 0.06 0.41
HSL 170.18º 0.22% 0.48% -
HSV(B) 170.18º 0.36% 0.59% -
XYZ 20.77 26.57 29.63 -
YUV 133.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 96 151 142 0.36 0 0.06 0.41 170.18 0.22 0.48
Hex 60 97 8E 24 0 6 29 AA 16 30
Octal 140 227 216 44 0 6 51 252 26 60
Binary 1100000 10010111 10001110 100100 0 110 101001 10101010 10110 110000

Color Harmonies of #60978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60978E

Black with #60978E

Text Example


Text Example

White with #60978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60978E; }

 p { color: rgb(96,151,142); }

 H1.HeaderClassName
 {
   color: #60978E;
 }
 .AnyTagClassName
 {
   color: #60978E;
 }
</style>

background-color css

<style>
 a { background-color: #60978E; }

 a { background-color: rgb(96,151,142); }

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

border-color css

<style>
 span { border-color: #60978E; }

 span { border-color: rgb(96,151,142); }

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