Html Css Color HEX #55796F Dark Green Copper

📋 copy color: '#55796F'

red 85 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #55796F

Tints of Dark Green Copper #55796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 26.81%
G = 38.17%
B = 35.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#55796F (or 0x55796F) is known color: Dark Green Copper. HEX triplet: 55, 79 and 6F. RGB value is (85,121,111). Sum of RGB (Red+Green+Blue) = 85+121+111=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 121 - color contains mainly: green. Hex color #55796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55796F is #AA8690. Grayscale: #6D6D6D. Windows color (decimal): -11175569 or 7305557. OLE color: 7305557.

HSL color Cylindrical-coordinate representation of color #55796F: hue angle of 163.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55796F is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 121 111 -
CMYK 0.30 0 0.08 0.53
HSL 163.33º 0.17% 0.4% -
HSV(B) 163.33º 0.3% 0.47% -
XYZ 13.45 16.75 17.56 -
YUV 109.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 85 121 111 0.30 0 0.08 0.53 163.33 0.17 0.4
Hex 55 79 6F 1E 0 8 35 A3 11 28
Octal 125 171 157 36 0 10 65 243 21 50
Binary 1010101 1111001 1101111 11110 0 1000 110101 10100011 10001 101000

Color Harmonies of #55796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55796F

Black with #55796F

Text Example


Text Example

White with #55796F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55796F; }

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

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

background-color css

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

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

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

border-color css

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

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

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