Html Css Color HEX #5F907F Patina

📋 copy color: '#5F907F'

red 95 ◦ green 144 ◦ blue 127

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

Shades of Patina #5F907F

Tints of Patina #5F907F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

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

R = 25.96%
G = 39.34%
B = 34.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#5F907F (or 0x5F907F) is known color: Patina. HEX triplet: 5F, 90 and 7F. RGB value is (95,144,127). Sum of RGB (Red+Green+Blue) = 95+144+127=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #5F907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F907F is #A06F80. Grayscale: #7F7F7F. Windows color (decimal): -10514305 or 8360031. OLE color: 8360031.

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

Color convert

RGB 95 144 127 -
CMYK 0.34 0 0.12 0.44
HSL 159.18º 0.21% 0.47% -
HSV(B) 159.18º 0.34% 0.56% -
XYZ 18.52 23.91 23.72 -
YUV 127.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 95 144 127 0.34 0 0.12 0.44 159.18 0.21 0.47
Hex 5F 90 7F 22 0 C 2C 9F 15 2F
Octal 137 220 177 42 0 14 54 237 25 57
Binary 1011111 10010000 1111111 100010 0 1100 101100 10011111 10101 101111

Color Harmonies of #5F907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F907F

Black with #5F907F

Text Example


Text Example

White with #5F907F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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