Html Css Color HEX #5F987F Patina

📋 copy color: '#5F987F'

red 95 ◦ green 152 ◦ blue 127

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

Shades of Patina #5F987F

Tints of Patina #5F987F

RGB

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

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

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

R = 25.4%
G = 40.64%
B = 33.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#5F987F (or 0x5F987F) is known color: Patina. HEX triplet: 5F, 98 and 7F. RGB value is (95,152,127). Sum of RGB (Red+Green+Blue) = 95+152+127=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 152 - color contains mainly: green. Hex color #5F987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F987F is #A06780. Grayscale: #848484. Windows color (decimal): -10512257 or 8362079. OLE color: 8362079.

HSL color Cylindrical-coordinate representation of color #5F987F: hue angle of 153.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F987F is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 95 152 127 -
CMYK 0.38 0 0.16 0.40
HSL 153.68º 0.23% 0.48% -
HSV(B) 153.68º 0.38% 0.6% -
XYZ 19.78 26.42 24.14 -
YUV 132.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 95 152 127 0.38 0 0.16 0.40 153.68 0.23 0.48
Hex 5F 98 7F 26 0 10 28 9A 17 30
Octal 137 230 177 46 0 20 50 232 27 60
Binary 1011111 10011000 1111111 100110 0 10000 101000 10011010 10111 110000

Color Harmonies of #5F987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F987F

Black with #5F987F

Text Example


Text Example

White with #5F987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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