Html Css Color HEX #5B947F Patina

📋 copy color: '#5B947F'

red 91 ◦ green 148 ◦ blue 127

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

Shades of Patina #5B947F

Tints of Patina #5B947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 24.86%
G = 40.44%
B = 34.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#5B947F (or 0x5B947F) is known color: Patina. HEX triplet: 5B, 94 and 7F. RGB value is (91,148,127). Sum of RGB (Red+Green+Blue) = 91+148+127=366 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.86% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #5B947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B947F is #A46B80. Grayscale: #808080. Windows color (decimal): -10775425 or 8361051. OLE color: 8361051.

HSL color Cylindrical-coordinate representation of color #5B947F: hue angle of 157.89º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B947F is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 148 127 -
CMYK 0.39 0 0.14 0.42
HSL 157.89º 0.24% 0.47% -
HSV(B) 157.89º 0.39% 0.58% -
XYZ 18.74 24.94 23.9 -
YUV 128.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 91 148 127 0.39 0 0.14 0.42 157.89 0.24 0.47
Hex 5B 94 7F 27 0 E 2A 9E 18 2F
Octal 133 224 177 47 0 16 52 236 30 57
Binary 1011011 10010100 1111111 100111 0 1110 101010 10011110 11000 101111

Color Harmonies of #5B947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B947F

Black with #5B947F

Text Example


Text Example

White with #5B947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,148,127); }

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

background-color css

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

 a { background-color: rgb(91,148,127); }

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

border-color css

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

 span { border-color: rgb(91,148,127); }

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