Html Css Color HEX #467F75 Dark Green Copper

📋 copy color: '#467F75'

red 70 ◦ green 127 ◦ blue 117

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

Shades of Dark Green Copper #467F75

Tints of Dark Green Copper #467F75

RGB

 RED value IS 70 (27.73% from 255) = 22.29%

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

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 22.29%
G = 40.45%
B = 37.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#467F75 (or 0x467F75) is known color: Dark Green Copper. HEX triplet: 46, 7F and 75. RGB value is (70,127,117). Sum of RGB (Red+Green+Blue) = 70+127+117=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 127 - color contains mainly: green. Hex color #467F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F75 is #B9808A. Grayscale: #6C6C6C. Windows color (decimal): -12157067 or 7700294. OLE color: 7700294.

HSL color Cylindrical-coordinate representation of color #467F75: hue angle of 169.47º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F75 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 127 117 -
CMYK 0.45 0 0.08 0.50
HSL 169.47º 0.29% 0.39% -
HSV(B) 169.47º 0.45% 0.5% -
XYZ 13.33 17.77 19.56 -
YUV 108.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 70 127 117 0.45 0 0.08 0.50 169.47 0.29 0.39
Hex 46 7F 75 2D 0 8 32 A9 1D 27
Octal 106 177 165 55 0 10 62 251 35 47
Binary 1000110 1111111 1110101 101101 0 1000 110010 10101001 11101 100111

Color Harmonies of #467F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F75

Black with #467F75

Text Example


Text Example

White with #467F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467F75; }

 p { color: rgb(70,127,117); }

 H1.HeaderClassName
 {
   color: #467F75;
 }
 .AnyTagClassName
 {
   color: #467F75;
 }
</style>

background-color css

<style>
 a { background-color: #467F75; }

 a { background-color: rgb(70,127,117); }

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

border-color css

<style>
 span { border-color: #467F75; }

 span { border-color: rgb(70,127,117); }

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