Html Css Color HEX #5F877F Patina

📋 copy color: '#5F877F'

red 95 ◦ green 135 ◦ blue 127

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

Shades of Patina #5F877F

Tints of Patina #5F877F

RGB

 RED value IS 95 (37.5% from 255) = 26.61%

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

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

R = 26.61%
G = 37.82%
B = 35.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#5F877F (or 0x5F877F) is known color: Patina. HEX triplet: 5F, 87 and 7F. RGB value is (95,135,127). Sum of RGB (Red+Green+Blue) = 95+135+127=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 135 - color contains mainly: green. Hex color #5F877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F877F is #A07880. Grayscale: #7A7A7A. Windows color (decimal): -10516609 or 8357727. OLE color: 8357727.

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

Color convert

RGB 95 135 127 -
CMYK 0.30 0 0.06 0.47
HSL 168º 0.17% 0.45% -
HSV(B) 168º 0.3% 0.53% -
XYZ 17.21 21.29 23.28 -
YUV 122.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 95 135 127 0.30 0 0.06 0.47 168 0.17 0.45
Hex 5F 87 7F 1E 0 6 2F A8 11 2D
Octal 137 207 177 36 0 6 57 250 21 55
Binary 1011111 10000111 1111111 11110 0 110 101111 10101000 10001 101101

Color Harmonies of #5F877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F877F

Black with #5F877F

Text Example


Text Example

White with #5F877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F877F; }

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

 H1.HeaderClassName
 {
   color: #5F877F;
 }
 .AnyTagClassName
 {
   color: #5F877F;
 }
</style>

background-color css

<style>
 a { background-color: #5F877F; }

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

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

border-color css

<style>
 span { border-color: #5F877F; }

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

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