Html Css Color HEX #467069 Dark Green Copper

📋 copy color: '#467069'

red 70 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #467069

Tints of Dark Green Copper #467069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.02%

 BLUE value IS 105 (41.41% from 255) = 36.59%

R = 24.39%
G = 39.02%
B = 36.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#467069 (or 0x467069) is known color: Dark Green Copper. HEX triplet: 46, 70 and 69. RGB value is (70,112,105). Sum of RGB (Red+Green+Blue) = 70+112+105=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #467069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467069 is #B98F96. Grayscale: #626262. Windows color (decimal): -12160919 or 6910022. OLE color: 6910022.

HSL color Cylindrical-coordinate representation of color #467069: hue angle of 170º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467069 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 112 105 -
CMYK 0.38 0 0.06 0.56
HSL 170º 0.23% 0.36% -
HSV(B) 170º 0.38% 0.44% -
XYZ 10.87 13.91 15.48 -
YUV 98.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 70 112 105 0.38 0 0.06 0.56 170 0.23 0.36
Hex 46 70 69 26 0 6 38 AA 17 24
Octal 106 160 151 46 0 6 70 252 27 44
Binary 1000110 1110000 1101001 100110 0 110 111000 10101010 10111 100100

Color Harmonies of #467069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467069

Black with #467069

Text Example


Text Example

White with #467069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467069; }

 p { color: rgb(70,112,105); }

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

background-color css

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

 a { background-color: rgb(70,112,105); }

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

border-color css

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

 span { border-color: rgb(70,112,105); }

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