Html Css Color HEX #60877F Patina

📋 copy color: '#60877F'

red 96 ◦ green 135 ◦ blue 127

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

Shades of Patina #60877F

Tints of Patina #60877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.71%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 26.82%
G = 37.71%
B = 35.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#60877F (or 0x60877F) is known color: Patina. HEX triplet: 60, 87 and 7F. RGB value is (96,135,127). Sum of RGB (Red+Green+Blue) = 96+135+127=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #60877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877F is #9F7880. Grayscale: #7A7A7A. Windows color (decimal): -10451073 or 8357728. OLE color: 8357728.

HSL color Cylindrical-coordinate representation of color #60877F: hue angle of 167.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60877F is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 135 127 -
CMYK 0.29 0 0.06 0.47
HSL 167.69º 0.17% 0.45% -
HSV(B) 167.69º 0.29% 0.53% -
XYZ 17.32 21.35 23.29 -
YUV 122.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 96 135 127 0.29 0 0.06 0.47 167.69 0.17 0.45
Hex 60 87 7F 1D 0 6 2F A8 11 2D
Octal 140 207 177 35 0 6 57 250 21 55
Binary 1100000 10000111 1111111 11101 0 110 101111 10101000 10001 101101

Color Harmonies of #60877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60877F

Black with #60877F

Text Example


Text Example

White with #60877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60877F; }

 p { color: rgb(96,135,127); }

 H1.HeaderClassName
 {
   color: #60877F;
 }
 .AnyTagClassName
 {
   color: #60877F;
 }
</style>

background-color css

<style>
 a { background-color: #60877F; }

 a { background-color: rgb(96,135,127); }

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

border-color css

<style>
 span { border-color: #60877F; }

 span { border-color: rgb(96,135,127); }

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