Html Css Color HEX #51786F Dark Green Copper

📋 copy color: '#51786F'

red 81 ◦ green 120 ◦ blue 111

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

Shades of Dark Green Copper #51786F

Tints of Dark Green Copper #51786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.46%

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

R = 25.96%
G = 38.46%
B = 35.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#51786F (or 0x51786F) is known color: Dark Green Copper. HEX triplet: 51, 78 and 6F. RGB value is (81,120,111). Sum of RGB (Red+Green+Blue) = 81+120+111=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #51786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51786F is #AE8790. Grayscale: #6B6B6B. Windows color (decimal): -11437969 or 7305297. OLE color: 7305297.

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

Color convert

RGB 81 120 111 -
CMYK 0.32 0 0.08 0.53
HSL 166.15º 0.19% 0.39% -
HSV(B) 166.15º 0.33% 0.47% -
XYZ 12.98 16.33 17.51 -
YUV 107.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 81 120 111 0.32 0 0.08 0.53 166.15 0.19 0.39
Hex 51 78 6F 20 0 8 35 A6 13 27
Octal 121 170 157 40 0 10 65 246 23 47
Binary 1010001 1111000 1101111 100000 0 1000 110101 10100110 10011 100111

Color Harmonies of #51786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51786F

Black with #51786F

Text Example


Text Example

White with #51786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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