Html Css Color HEX #51796F Dark Green Copper

📋 copy color: '#51796F'

red 81 ◦ green 121 ◦ blue 111

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

Shades of Dark Green Copper #51796F

Tints of Dark Green Copper #51796F

RGB

 RED value IS 81 (32.03% from 255) = 25.88%

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

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

R = 25.88%
G = 38.66%
B = 35.46%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#51796F (or 0x51796F) is known color: Dark Green Copper. HEX triplet: 51, 79 and 6F. RGB value is (81,121,111). Sum of RGB (Red+Green+Blue) = 81+121+111=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #51796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51796F is #AE8690. Grayscale: #6B6B6B. Windows color (decimal): -11437713 or 7305553. OLE color: 7305553.

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

Color convert

RGB 81 121 111 -
CMYK 0.33 0 0.08 0.53
HSL 165º 0.2% 0.4% -
HSV(B) 165º 0.33% 0.47% -
XYZ 13.1 16.57 17.55 -
YUV 107.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 81 121 111 0.33 0 0.08 0.53 165 0.2 0.4
Hex 51 79 6F 21 0 8 35 A5 14 28
Octal 121 171 157 41 0 10 65 245 24 50
Binary 1010001 1111001 1101111 100001 0 1000 110101 10100101 10100 101000

Color Harmonies of #51796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51796F

Black with #51796F

Text Example


Text Example

White with #51796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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