#5C7656

Color #5C7656 Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #5C7656

Tints of Cactus #5C7656

Color information

#5C7656 (or 0x5C7656) is unknown color: approx Cactus. HEX triplet: 5C, 76 and 56. RGB value is (92,118,86). Sum of RGB (Red+Green+Blue) = 92+118+86=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7656 is #A389A9. Grayscale: #6A6A6A. Windows color (decimal): -10717610 or 5666396. OLE color: 5666396.

HSL color Cylindrical-coordinate representation of color #5C7656: hue angle of 108.75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7656 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB9211886-
CMYK0.2200.270.54
HSL108.75º15.69%40%-
HSV(B)108.75º27.12%46.27%-
XYZ12.5715.911.21-
YUV106.58116.39117.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=31.08%
G=39.86%
B=29.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118860.2200.270.54108.7515.6940
Hex5C76561601B366d1028
Octal13416612626033661552050
Binary10111001110110101011010110011011110110110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,86); }

 H1.HeaderClassName
 {
   color: #5C7656;
 }
 .AnyTagClassName
 {
   color: #5C7656;
 }
</style>
background-color css

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

 a { background-color: rgb(92,118,86); }

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

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

 span { border-color: rgb(92,118,86); }

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