Html Css Color HEX #60987B Patina

📋 copy color: '#60987B'

red 96 ◦ green 152 ◦ blue 123

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

Shades of Patina #60987B

Tints of Patina #60987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 25.88%
G = 40.97%
B = 33.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#60987B (or 0x60987B) is known color: Patina. HEX triplet: 60, 98 and 7B. RGB value is (96,152,123). Sum of RGB (Red+Green+Blue) = 96+152+123=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #60987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60987B is #9F6784. Grayscale: #848484. Windows color (decimal): -10446725 or 8099936. OLE color: 8099936.

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

Color convert

RGB 96 152 123 -
CMYK 0.37 0 0.19 0.40
HSL 148.93º 0.23% 0.49% -
HSV(B) 148.93º 0.37% 0.6% -
XYZ 19.63 26.37 22.79 -
YUV 131.95 122.95 102.36 -
System Red Green Blue C M Y K H S L
Decimal 96 152 123 0.37 0 0.19 0.40 148.93 0.23 0.49
Hex 60 98 7B 25 0 13 28 95 17 31
Octal 140 230 173 45 0 23 50 225 27 61
Binary 1100000 10011000 1111011 100101 0 10011 101000 10010101 10111 110001

Color Harmonies of #60987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60987B

Black with #60987B

Text Example


Text Example

White with #60987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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