Html Css Color HEX #57704B Cactus

📋 copy color: '#57704B'

red 87 ◦ green 112 ◦ blue 75

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

Shades of Cactus #57704B

Tints of Cactus #57704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 31.75%
G = 40.88%
B = 27.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#57704B (or 0x57704B) is known color: Cactus. HEX triplet: 57, 70 and 4B. RGB value is (87,112,75). Sum of RGB (Red+Green+Blue) = 87+112+75=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #57704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57704B is #A88FB4. Grayscale: #646464. Windows color (decimal): -11046837 or 4943959. OLE color: 4943959.

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

Color convert

RGB 87 112 75 -
CMYK 0.22 0 0.33 0.56
HSL 100.54º 0.2% 0.37% -
HSV(B) 100.54º 0.33% 0.44% -
XYZ 10.99 14.12 8.8 -
YUV 100.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 87 112 75 0.22 0 0.33 0.56 100.54 0.2 0.37
Hex 57 70 4B 16 0 21 38 65 14 25
Octal 127 160 113 26 0 41 70 145 24 45
Binary 1010111 1110000 1001011 10110 0 100001 111000 1100101 10100 100101

Color Harmonies of #57704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57704B

Black with #57704B

Text Example


Text Example

White with #57704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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