Html Css Color HEX #5FA78B Patina

📋 copy color: '#5FA78B'

red 95 ◦ green 167 ◦ blue 139

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

Shades of Patina #5FA78B

Tints of Patina #5FA78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 23.69%
G = 41.65%
B = 34.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#5FA78B (or 0x5FA78B) is known color: Patina. HEX triplet: 5F, A7 and 8B. RGB value is (95,167,139). Sum of RGB (Red+Green+Blue) = 95+167+139=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #5FA78B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA78B is #A05874. Grayscale: #8E8E8E. Windows color (decimal): -10508405 or 9152351. OLE color: 9152351.

HSL color Cylindrical-coordinate representation of color #5FA78B: hue angle of 156.67º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA78B is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 167 139 -
CMYK 0.43 0 0.17 0.35
HSL 156.67º 0.29% 0.51% -
HSV(B) 156.67º 0.43% 0.65% -
XYZ 23.2 31.93 29.37 -
YUV 142.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 95 167 139 0.43 0 0.17 0.35 156.67 0.29 0.51
Hex 5F A7 8B 2B 0 11 23 9D 1D 33
Octal 137 247 213 53 0 21 43 235 35 63
Binary 1011111 10100111 10001011 101011 0 10001 100011 10011101 11101 110011

Color Harmonies of #5FA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA78B

Black with #5FA78B

Text Example


Text Example

White with #5FA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,167,139); }

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

background-color css

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

 a { background-color: rgb(95,167,139); }

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

border-color css

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

 span { border-color: rgb(95,167,139); }

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