Html Css Color HEX #60987A Patina

📋 copy color: '#60987A'

red 96 ◦ green 152 ◦ blue 122

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

Shades of Patina #60987A

Tints of Patina #60987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 25.95%
G = 41.08%
B = 32.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#60987A (or 0x60987A) is known color: Patina. HEX triplet: 60, 98 and 7A. RGB value is (96,152,122). Sum of RGB (Red+Green+Blue) = 96+152+122=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #60987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987A is #9F6785. Grayscale: #838383. Windows color (decimal): -10446726 or 8034400. OLE color: 8034400.

HSL color Cylindrical-coordinate representation of color #60987A: hue angle of 147.86º 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 #60987A is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 122 -
CMYK 0.37 0 0.20 0.40
HSL 147.86º 0.23% 0.49% -
HSV(B) 147.86º 0.37% 0.6% -
XYZ 19.56 26.35 22.47 -
YUV 131.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 96 152 122 0.37 0 0.20 0.40 147.86 0.23 0.49
Hex 60 98 7A 25 0 14 28 94 17 31
Octal 140 230 172 45 0 24 50 224 27 61
Binary 1100000 10011000 1111010 100101 0 10100 101000 10010100 10111 110001

Color Harmonies of #60987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60987A

Black with #60987A

Text Example


Text Example

White with #60987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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