Html Css Color HEX #467667 Dark Green Copper

📋 copy color: '#467667'

red 70 ◦ green 118 ◦ blue 103

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

Shades of Dark Green Copper #467667

Tints of Dark Green Copper #467667

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.55%

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

R = 24.05%
G = 40.55%
B = 35.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#467667 (or 0x467667) is known color: Dark Green Copper. HEX triplet: 46, 76 and 67. RGB value is (70,118,103). Sum of RGB (Red+Green+Blue) = 70+118+103=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #467667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467667 is #B98998. Grayscale: #656565. Windows color (decimal): -12159385 or 6780486. OLE color: 6780486.

HSL color Cylindrical-coordinate representation of color #467667: hue angle of 161.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467667 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 103 -
CMYK 0.41 0 0.13 0.54
HSL 161.25º 0.26% 0.37% -
HSV(B) 161.25º 0.41% 0.46% -
XYZ 11.45 15.24 15.17 -
YUV 101.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 70 118 103 0.41 0 0.13 0.54 161.25 0.26 0.37
Hex 46 76 67 29 0 D 36 A1 1A 25
Octal 106 166 147 51 0 15 66 241 32 45
Binary 1000110 1110110 1100111 101001 0 1101 110110 10100001 11010 100101

Color Harmonies of #467667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467667

Black with #467667

Text Example


Text Example

White with #467667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467667; }

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

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

background-color css

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

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

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

border-color css

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

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

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