Html Css Color HEX #556750 Cactus

📋 copy color: '#556750'

red 85 ◦ green 103 ◦ blue 80

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

Shades of Cactus #556750

Tints of Cactus #556750

RGB

 RED value IS 85 (33.59% from 255) = 31.72%

 GREEN value IS 103 (40.63% from 255) = 38.43%

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 31.72%
G = 38.43%
B = 29.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#556750 (or 0x556750) is known color: Cactus. HEX triplet: 55, 67 and 50. RGB value is (85,103,80). Sum of RGB (Red+Green+Blue) = 85+103+80=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #556750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556750 is #AA98AF. Grayscale: #5F5F5F. Windows color (decimal): -11180208 or 5269333. OLE color: 5269333.

HSL color Cylindrical-coordinate representation of color #556750: hue angle of 106.96º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #556750 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 103 80 -
CMYK 0.17 0 0.22 0.60
HSL 106.96º 0.13% 0.36% -
HSV(B) 106.96º 0.22% 0.4% -
XYZ 10.04 12.21 9.42 -
YUV 95 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 85 103 80 0.17 0 0.22 0.60 106.96 0.13 0.36
Hex 55 67 50 11 0 16 3C 6B D 24
Octal 125 147 120 21 0 26 74 153 15 44
Binary 1010101 1100111 1010000 10001 0 10110 111100 1101011 1101 100100

Color Harmonies of #556750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556750

Black with #556750

Text Example


Text Example

White with #556750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556750; }

 p { color: rgb(85,103,80); }

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

background-color css

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

 a { background-color: rgb(85,103,80); }

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

border-color css

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

 span { border-color: rgb(85,103,80); }

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