Html Css Color HEX #5A704F Cactus

📋 copy color: '#5A704F'

red 90 ◦ green 112 ◦ blue 79

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

Shades of Cactus #5A704F

Tints of Cactus #5A704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 32.03%
G = 39.86%
B = 28.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#5A704F (or 0x5A704F) is known color: Cactus. HEX triplet: 5A, 70 and 4F. RGB value is (90,112,79). Sum of RGB (Red+Green+Blue) = 90+112+79=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #5A704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A704F is #A58FB0. Grayscale: #656565. Windows color (decimal): -10850225 or 5206106. OLE color: 5206106.

HSL color Cylindrical-coordinate representation of color #5A704F: hue angle of 100º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A704F is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 112 79 -
CMYK 0.20 0 0.29 0.56
HSL 100º 0.17% 0.37% -
HSV(B) 100º 0.29% 0.44% -
XYZ 11.42 14.33 9.56 -
YUV 101.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 90 112 79 0.20 0 0.29 0.56 100 0.17 0.37
Hex 5A 70 4F 14 0 1D 38 64 11 25
Octal 132 160 117 24 0 35 70 144 21 45
Binary 1011010 1110000 1001111 10100 0 11101 111000 1100100 10001 100101

Color Harmonies of #5A704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A704F

Black with #5A704F

Text Example


Text Example

White with #5A704F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,79); }

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

background-color css

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

 a { background-color: rgb(90,112,79); }

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

border-color css

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

 span { border-color: rgb(90,112,79); }

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