Html Css Color HEX #5F9981 Patina

📋 copy color: '#5F9981'

red 95 ◦ green 153 ◦ blue 129

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

Shades of Patina #5F9981

Tints of Patina #5F9981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 25.2%
G = 40.58%
B = 34.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#5F9981 (or 0x5F9981) is known color: Patina. HEX triplet: 5F, 99 and 81. RGB value is (95,153,129). Sum of RGB (Red+Green+Blue) = 95+153+129=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9981 is #A0667E. Grayscale: #848484. Windows color (decimal): -10511999 or 8493407. OLE color: 8493407.

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

Color convert

RGB 95 153 129 -
CMYK 0.38 0 0.16 0.4
HSL 155.17º 0.23% 0.49% -
HSV(B) 155.17º 0.38% 0.6% -
XYZ 20.07 26.8 24.88 -
YUV 132.92 125.78 100.95 -
System Red Green Blue C M Y K H S L
Decimal 95 153 129 0.38 0 0.16 0.4 155.17 0.23 0.49
Hex 5F 99 81 26 0 10 28 9B 17 31
Octal 137 231 201 46 0 20 50 233 27 61
Binary 1011111 10011001 10000001 100110 0 10000 101000 10011011 10111 110001

Color Harmonies of #5F9981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9981

Black with #5F9981

Text Example


Text Example

White with #5F9981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,153,129); }

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

background-color css

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

 a { background-color: rgb(95,153,129); }

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

border-color css

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

 span { border-color: rgb(95,153,129); }

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