Html Css Color HEX #487F76 Dark Green Copper

📋 copy color: '#487F76'

red 72 ◦ green 127 ◦ blue 118

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

Shades of Dark Green Copper #487F76

Tints of Dark Green Copper #487F76

RGB

 RED value IS 72 (28.52% from 255) = 22.71%

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 118 (46.48% from 255) = 37.22%

R = 22.71%
G = 40.06%
B = 37.22%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#487F76 (or 0x487F76) is known color: Dark Green Copper. HEX triplet: 48, 7F and 76. RGB value is (72,127,118). Sum of RGB (Red+Green+Blue) = 72+127+118=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #487F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F76 is #B78089. Grayscale: #6D6D6D. Windows color (decimal): -12025994 or 7765832. OLE color: 7765832.

HSL color Cylindrical-coordinate representation of color #487F76: hue angle of 170.18º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487F76 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 127 118 -
CMYK 0.43 0 0.07 0.50
HSL 170.18º 0.28% 0.39% -
HSV(B) 170.18º 0.43% 0.5% -
XYZ 13.53 17.86 19.87 -
YUV 109.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 72 127 118 0.43 0 0.07 0.50 170.18 0.28 0.39
Hex 48 7F 76 2B 0 7 32 AA 1C 27
Octal 110 177 166 53 0 7 62 252 34 47
Binary 1001000 1111111 1110110 101011 0 111 110010 10101010 11100 100111

Color Harmonies of #487F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487F76

Black with #487F76

Text Example


Text Example

White with #487F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487F76; }

 p { color: rgb(72,127,118); }

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

background-color css

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

 a { background-color: rgb(72,127,118); }

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

border-color css

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

 span { border-color: rgb(72,127,118); }

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