Html Css Color HEX #466A67 Dark Green Copper

📋 copy color: '#466A67'

red 70 ◦ green 106 ◦ blue 103

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

Shades of Dark Green Copper #466A67

Tints of Dark Green Copper #466A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.99%

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 25.09%
G = 37.99%
B = 36.92%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#466A67 (or 0x466A67) is known color: Dark Green Copper. HEX triplet: 46, 6A and 67. RGB value is (70,106,103). Sum of RGB (Red+Green+Blue) = 70+106+103=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #466A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A67 is #B99598. Grayscale: #5E5E5E. Windows color (decimal): -12162457 or 6777414. OLE color: 6777414.

HSL color Cylindrical-coordinate representation of color #466A67: hue angle of 175º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A67 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 103 -
CMYK 0.34 0 0.03 0.58
HSL 175º 0.2% 0.35% -
HSV(B) 175º 0.34% 0.42% -
XYZ 10.13 12.59 14.73 -
YUV 94.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 70 106 103 0.34 0 0.03 0.58 175 0.2 0.35
Hex 46 6A 67 22 0 3 3A AF 14 23
Octal 106 152 147 42 0 3 72 257 24 43
Binary 1000110 1101010 1100111 100010 0 11 111010 10101111 10100 100011

Color Harmonies of #466A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A67

Black with #466A67

Text Example


Text Example

White with #466A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A67; }

 p { color: rgb(70,106,103); }

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

background-color css

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

 a { background-color: rgb(70,106,103); }

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

border-color css

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

 span { border-color: rgb(70,106,103); }

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