Html Css Color HEX #5C7755 Cactus

📋 copy color: '#5C7755'

red 92 ◦ green 119 ◦ blue 85

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

Shades of Cactus #5C7755

Tints of Cactus #5C7755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.72%

R = 31.08%
G = 40.2%
B = 28.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#5C7755 (or 0x5C7755) is known color: Cactus. HEX triplet: 5C, 77 and 55. RGB value is (92,119,85). Sum of RGB (Red+Green+Blue) = 92+119+85=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7755 is #A388AA. Grayscale: #6B6B6B. Windows color (decimal): -10717355 or 5601116. OLE color: 5601116.

HSL color Cylindrical-coordinate representation of color #5C7755: hue angle of 107.65º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C7755 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 119 85 -
CMYK 0.23 0 0.29 0.53
HSL 107.65º 0.17% 0.4% -
HSV(B) 107.65º 0.29% 0.47% -
XYZ 12.65 16.12 11.04 -
YUV 107.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 92 119 85 0.23 0 0.29 0.53 107.65 0.17 0.4
Hex 5C 77 55 17 0 1D 35 6C 11 28
Octal 134 167 125 27 0 35 65 154 21 50
Binary 1011100 1110111 1010101 10111 0 11101 110101 1101100 10001 101000

Color Harmonies of #5C7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7755

Black with #5C7755

Text Example


Text Example

White with #5C7755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,119,85); }

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

background-color css

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

 a { background-color: rgb(92,119,85); }

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

border-color css

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

 span { border-color: rgb(92,119,85); }

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