Html Css Color HEX #556F4F Cactus

📋 copy color: '#556F4F'

red 85 ◦ green 111 ◦ blue 79

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

Shades of Cactus #556F4F

Tints of Cactus #556F4F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 79 (31.25% from 255) = 28.73%

R = 30.91%
G = 40.36%
B = 28.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#556F4F (or 0x556F4F) is known color: Cactus. HEX triplet: 55, 6F and 4F. RGB value is (85,111,79). Sum of RGB (Red+Green+Blue) = 85+111+79=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #556F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F4F is #AA90B0. Grayscale: #636363. Windows color (decimal): -11178161 or 5205845. OLE color: 5205845.

HSL color Cylindrical-coordinate representation of color #556F4F: hue angle of 108.75º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556F4F is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 79 -
CMYK 0.23 0 0.29 0.56
HSL 108.75º 0.17% 0.37% -
HSV(B) 108.75º 0.29% 0.44% -
XYZ 10.84 13.86 9.5 -
YUV 99.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 85 111 79 0.23 0 0.29 0.56 108.75 0.17 0.37
Hex 55 6F 4F 17 0 1D 38 6D 11 25
Octal 125 157 117 27 0 35 70 155 21 45
Binary 1010101 1101111 1001111 10111 0 11101 111000 1101101 10001 100101

Color Harmonies of #556F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F4F

Black with #556F4F

Text Example


Text Example

White with #556F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556F4F; }

 p { color: rgb(85,111,79); }

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

background-color css

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

 a { background-color: rgb(85,111,79); }

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

border-color css

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

 span { border-color: rgb(85,111,79); }

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