Html Css Color HEX #468177 Dark Green Copper

📋 copy color: '#468177'

red 70 ◦ green 129 ◦ blue 119

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

Shades of Dark Green Copper #468177

Tints of Dark Green Copper #468177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.57%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 22.01%
G = 40.57%
B = 37.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#468177 (or 0x468177) is known color: Dark Green Copper. HEX triplet: 46, 81 and 77. RGB value is (70,129,119). Sum of RGB (Red+Green+Blue) = 70+129+119=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 129 - color contains mainly: green. Hex color #468177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468177 is #B97E88. Grayscale: #6E6E6E. Windows color (decimal): -12156553 or 7831878. OLE color: 7831878.

HSL color Cylindrical-coordinate representation of color #468177: hue angle of 169.83º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468177 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 119 -
CMYK 0.46 0 0.08 0.49
HSL 169.83º 0.3% 0.39% -
HSV(B) 169.83º 0.46% 0.51% -
XYZ 13.71 18.33 20.27 -
YUV 110.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 70 129 119 0.46 0 0.08 0.49 169.83 0.3 0.39
Hex 46 81 77 2E 0 8 31 AA 1E 27
Octal 106 201 167 56 0 10 61 252 36 47
Binary 1000110 10000001 1110111 101110 0 1000 110001 10101010 11110 100111

Color Harmonies of #468177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468177

Black with #468177

Text Example


Text Example

White with #468177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468177; }

 p { color: rgb(70,129,119); }

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

background-color css

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

 a { background-color: rgb(70,129,119); }

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

border-color css

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

 span { border-color: rgb(70,129,119); }

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