Html Css Color HEX #5A7661 Como

📋 copy color: '#5A7661'

red 90 ◦ green 118 ◦ blue 97

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

Shades of Como #5A7661

Tints of Como #5A7661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 29.51%
G = 38.69%
B = 31.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#5A7661 (or 0x5A7661) is known color: Como. HEX triplet: 5A, 76 and 61. RGB value is (90,118,97). Sum of RGB (Red+Green+Blue) = 90+118+97=305 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.51% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7661 is #A5899E. Grayscale: #6B6B6B. Windows color (decimal): -10848671 or 6387290. OLE color: 6387290.

HSL color Cylindrical-coordinate representation of color #5A7661: hue angle of 135º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A7661 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 118 97 -
CMYK 0.24 0 0.18 0.54
HSL 135º 0.13% 0.41% -
HSV(B) 135º 0.24% 0.46% -
XYZ 12.85 15.99 13.72 -
YUV 107.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 90 118 97 0.24 0 0.18 0.54 135 0.13 0.41
Hex 5A 76 61 18 0 12 36 87 D 29
Octal 132 166 141 30 0 22 66 207 15 51
Binary 1011010 1110110 1100001 11000 0 10010 110110 10000111 1101 101001

Color Harmonies of #5A7661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7661

Black with #5A7661

Text Example


Text Example

White with #5A7661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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