Html Css Color HEX #5C705A Cactus

📋 copy color: '#5C705A'

red 92 ◦ green 112 ◦ blue 90

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

Shades of Cactus #5C705A

Tints of Cactus #5C705A

RGB

 RED value IS 92 (36.33% from 255) = 31.29%

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

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 31.29%
G = 38.1%
B = 30.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#5C705A (or 0x5C705A) is known color: Cactus. HEX triplet: 5C, 70 and 5A. RGB value is (92,112,90). Sum of RGB (Red+Green+Blue) = 92+112+90=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #5C705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C705A is #A38FA5. Grayscale: #676767. Windows color (decimal): -10719142 or 5927004. OLE color: 5927004.

HSL color Cylindrical-coordinate representation of color #5C705A: hue angle of 114.55º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5C705A is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 112 90 -
CMYK 0.18 0 0.20 0.56
HSL 114.55º 0.11% 0.4% -
HSV(B) 114.55º 0.2% 0.44% -
XYZ 12.05 14.6 11.86 -
YUV 103.51 120.37 119.79 -
System Red Green Blue C M Y K H S L
Decimal 92 112 90 0.18 0 0.20 0.56 114.55 0.11 0.4
Hex 5C 70 5A 12 0 14 38 73 B 28
Octal 134 160 132 22 0 24 70 163 13 50
Binary 1011100 1110000 1011010 10010 0 10100 111000 1110011 1011 101000

Color Harmonies of #5C705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C705A

Black with #5C705A

Text Example


Text Example

White with #5C705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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