Html Css Color HEX #5A7751 Cactus

📋 copy color: '#5A7751'

red 90 ◦ green 119 ◦ blue 81

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

Shades of Cactus #5A7751

Tints of Cactus #5A7751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

 BLUE value IS 81 (32.03% from 255) = 27.93%

R = 31.03%
G = 41.03%
B = 27.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#5A7751 (or 0x5A7751) is known color: Cactus. HEX triplet: 5A, 77 and 51. RGB value is (90,119,81). Sum of RGB (Red+Green+Blue) = 90+119+81=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #5A7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7751 is #A588AE. Grayscale: #6A6A6A. Windows color (decimal): -10848431 or 5338970. OLE color: 5338970.

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

Color convert

RGB 90 119 81 -
CMYK 0.24 0 0.32 0.53
HSL 105.79º 0.19% 0.39% -
HSV(B) 105.79º 0.32% 0.47% -
XYZ 12.3 15.96 10.22 -
YUV 106 113.89 116.59 -
System Red Green Blue C M Y K H S L
Decimal 90 119 81 0.24 0 0.32 0.53 105.79 0.19 0.39
Hex 5A 77 51 18 0 20 35 6A 13 27
Octal 132 167 121 30 0 40 65 152 23 47
Binary 1011010 1110111 1010001 11000 0 100000 110101 1101010 10011 100111

Color Harmonies of #5A7751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7751

Black with #5A7751

Text Example


Text Example

White with #5A7751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,119,81); }

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

background-color css

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

 a { background-color: rgb(90,119,81); }

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

border-color css

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

 span { border-color: rgb(90,119,81); }

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