Html Css Color HEX #5F917F Patina

📋 copy color: '#5F917F'

red 95 ◦ green 145 ◦ blue 127

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

Shades of Patina #5F917F

Tints of Patina #5F917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 25.89%
G = 39.51%
B = 34.6%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#5F917F (or 0x5F917F) is known color: Patina. HEX triplet: 5F, 91 and 7F. RGB value is (95,145,127). Sum of RGB (Red+Green+Blue) = 95+145+127=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 145 - color contains mainly: green. Hex color #5F917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F917F is #A06E80. Grayscale: #808080. Windows color (decimal): -10514049 or 8360287. OLE color: 8360287.

HSL color Cylindrical-coordinate representation of color #5F917F: hue angle of 158.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F917F is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 145 127 -
CMYK 0.34 0 0.12 0.43
HSL 158.4º 0.21% 0.47% -
HSV(B) 158.4º 0.34% 0.57% -
XYZ 18.68 24.22 23.77 -
YUV 128 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 95 145 127 0.34 0 0.12 0.43 158.4 0.21 0.47
Hex 5F 91 7F 22 0 C 2B 9E 15 2F
Octal 137 221 177 42 0 14 53 236 25 57
Binary 1011111 10010001 1111111 100010 0 1100 101011 10011110 10101 101111

Color Harmonies of #5F917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F917F

Black with #5F917F

Text Example


Text Example

White with #5F917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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