Html Css Color HEX #60987E Patina

📋 copy color: '#60987E'

red 96 ◦ green 152 ◦ blue 126

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

Shades of Patina #60987E

Tints of Patina #60987E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 126 (49.61% from 255) = 33.69%

R = 25.67%
G = 40.64%
B = 33.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#60987E (or 0x60987E) is known color: Patina. HEX triplet: 60, 98 and 7E. RGB value is (96,152,126). Sum of RGB (Red+Green+Blue) = 96+152+126=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #60987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987E is #9F6781. Grayscale: #848484. Windows color (decimal): -10446722 or 8296544. OLE color: 8296544.

HSL color Cylindrical-coordinate representation of color #60987E: hue angle of 152.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60987E is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 126 -
CMYK 0.37 0 0.17 0.40
HSL 152.14º 0.23% 0.49% -
HSV(B) 152.14º 0.37% 0.6% -
XYZ 19.82 26.45 23.8 -
YUV 132.29 124.45 102.11 -
System Red Green Blue C M Y K H S L
Decimal 96 152 126 0.37 0 0.17 0.40 152.14 0.23 0.49
Hex 60 98 7E 25 0 11 28 98 17 31
Octal 140 230 176 45 0 21 50 230 27 61
Binary 1100000 10011000 1111110 100101 0 10001 101000 10011000 10111 110001

Color Harmonies of #60987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60987E

Black with #60987E

Text Example


Text Example

White with #60987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,152,126); }

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

background-color css

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

 a { background-color: rgb(96,152,126); }

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

border-color css

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

 span { border-color: rgb(96,152,126); }

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