Html Css Color HEX #5B9079 Patina

📋 copy color: '#5B9079'

red 91 ◦ green 144 ◦ blue 121

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

Shades of Patina #5B9079

Tints of Patina #5B9079

RGB

 RED value IS 91 (35.94% from 255) = 25.56%

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

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 25.56%
G = 40.45%
B = 33.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#5B9079 (or 0x5B9079) is known color: Patina. HEX triplet: 5B, 90 and 79. RGB value is (91,144,121). Sum of RGB (Red+Green+Blue) = 91+144+121=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #5B9079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9079 is #A46F86. Grayscale: #7D7D7D. Windows color (decimal): -10776455 or 7966811. OLE color: 7966811.

HSL color Cylindrical-coordinate representation of color #5B9079: hue angle of 153.96º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B9079 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 91 144 121 -
CMYK 0.37 0 0.16 0.44
HSL 153.96º 0.23% 0.46% -
HSV(B) 153.96º 0.37% 0.56% -
XYZ 17.74 23.55 21.7 -
YUV 125.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 91 144 121 0.37 0 0.16 0.44 153.96 0.23 0.46
Hex 5B 90 79 25 0 10 2C 9A 17 2E
Octal 133 220 171 45 0 20 54 232 27 56
Binary 1011011 10010000 1111001 100101 0 10000 101100 10011010 10111 101110

Color Harmonies of #5B9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9079

Black with #5B9079

Text Example


Text Example

White with #5B9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,144,121); }

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

background-color css

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

 a { background-color: rgb(91,144,121); }

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

border-color css

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

 span { border-color: rgb(91,144,121); }

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