Html Css Color HEX #467669 Dark Green Copper

📋 copy color: '#467669'

red 70 ◦ green 118 ◦ blue 105

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

Shades of Dark Green Copper #467669

Tints of Dark Green Copper #467669

RGB

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

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

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

R = 23.89%
G = 40.27%
B = 35.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#467669 (or 0x467669) is known color: Dark Green Copper. HEX triplet: 46, 76 and 69. RGB value is (70,118,105). Sum of RGB (Red+Green+Blue) = 70+118+105=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #467669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467669 is #B98996. Grayscale: #666666. Windows color (decimal): -12159383 or 6911558. OLE color: 6911558.

HSL color Cylindrical-coordinate representation of color #467669: hue angle of 163.75º 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 #467669 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 118 105 -
CMYK 0.41 0 0.11 0.54
HSL 163.75º 0.26% 0.37% -
HSV(B) 163.75º 0.41% 0.46% -
XYZ 11.55 15.28 15.7 -
YUV 102.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 70 118 105 0.41 0 0.11 0.54 163.75 0.26 0.37
Hex 46 76 69 29 0 B 36 A4 1A 25
Octal 106 166 151 51 0 13 66 244 32 45
Binary 1000110 1110110 1101001 101001 0 1011 110110 10100100 11010 100101

Color Harmonies of #467669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467669

Black with #467669

Text Example


Text Example

White with #467669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467669; }

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

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

background-color css

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

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

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

border-color css

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

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

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