Html Css Color HEX #57704A Cactus

📋 copy color: '#57704A'

red 87 ◦ green 112 ◦ blue 74

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

Shades of Cactus #57704A

Tints of Cactus #57704A

RGB

 RED value IS 87 (34.38% from 255) = 31.87%

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

 BLUE value IS 74 (29.3% from 255) = 27.11%

R = 31.87%
G = 41.03%
B = 27.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#57704A (or 0x57704A) is known color: Cactus. HEX triplet: 57, 70 and 4A. RGB value is (87,112,74). Sum of RGB (Red+Green+Blue) = 87+112+74=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #57704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57704A is #A88FB5. Grayscale: #646464. Windows color (decimal): -11046838 or 4878423. OLE color: 4878423.

HSL color Cylindrical-coordinate representation of color #57704A: hue angle of 99.47º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57704A is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 112 74 -
CMYK 0.22 0 0.34 0.56
HSL 99.47º 0.2% 0.36% -
HSV(B) 99.47º 0.34% 0.44% -
XYZ 10.96 14.11 8.62 -
YUV 100.19 113.22 118.59 -
System Red Green Blue C M Y K H S L
Decimal 87 112 74 0.22 0 0.34 0.56 99.47 0.2 0.36
Hex 57 70 4A 16 0 22 38 63 14 24
Octal 127 160 112 26 0 42 70 143 24 44
Binary 1010111 1110000 1001010 10110 0 100010 111000 1100011 10100 100100

Color Harmonies of #57704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57704A

Black with #57704A

Text Example


Text Example

White with #57704A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57704A; }

 p { color: rgb(87,112,74); }

 H1.HeaderClassName
 {
   color: #57704A;
 }
 .AnyTagClassName
 {
   color: #57704A;
 }
</style>

background-color css

<style>
 a { background-color: #57704A; }

 a { background-color: rgb(87,112,74); }

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

border-color css

<style>
 span { border-color: #57704A; }

 span { border-color: rgb(87,112,74); }

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