Html Css Color HEX #5A7C61 Como

📋 copy color: '#5A7C61'

red 90 ◦ green 124 ◦ blue 97

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

Shades of Como #5A7C61

Tints of Como #5A7C61

RGB

 RED value IS 90 (35.55% from 255) = 28.94%

 GREEN value IS 124 (48.83% from 255) = 39.87%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 28.94%
G = 39.87%
B = 31.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#5A7C61 (or 0x5A7C61) is known color: Como. HEX triplet: 5A, 7C and 61. RGB value is (90,124,97). Sum of RGB (Red+Green+Blue) = 90+124+97=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #5A7C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7C61 is #A5839E. Grayscale: #6E6E6E. Windows color (decimal): -10847135 or 6388826. OLE color: 6388826.

HSL color Cylindrical-coordinate representation of color #5A7C61: hue angle of 132.35º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A7C61 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 124 97 -
CMYK 0.27 0 0.22 0.51
HSL 132.35º 0.16% 0.42% -
HSV(B) 132.35º 0.27% 0.49% -
XYZ 13.58 17.45 13.96 -
YUV 110.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 90 124 97 0.27 0 0.22 0.51 132.35 0.16 0.42
Hex 5A 7C 61 1B 0 16 33 84 10 2A
Octal 132 174 141 33 0 26 63 204 20 52
Binary 1011010 1111100 1100001 11011 0 10110 110011 10000100 10000 101010

Color Harmonies of #5A7C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7C61

Black with #5A7C61

Text Example


Text Example

White with #5A7C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,124,97); }

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

background-color css

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

 a { background-color: rgb(90,124,97); }

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

border-color css

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

 span { border-color: rgb(90,124,97); }

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