Html Css Color HEX #466F68 Dark Green Copper

📋 copy color: '#466F68'

red 70 ◦ green 111 ◦ blue 104

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

Shades of Dark Green Copper #466F68

Tints of Dark Green Copper #466F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 24.56%
G = 38.95%
B = 36.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#466F68 (or 0x466F68) is known color: Dark Green Copper. HEX triplet: 46, 6F and 68. RGB value is (70,111,104). Sum of RGB (Red+Green+Blue) = 70+111+104=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #466F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F68 is #B99097. Grayscale: #616161. Windows color (decimal): -12161176 or 6844230. OLE color: 6844230.

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

Color convert

RGB 70 111 104 -
CMYK 0.37 0 0.06 0.56
HSL 169.76º 0.23% 0.35% -
HSV(B) 169.76º 0.37% 0.44% -
XYZ 10.71 13.67 15.17 -
YUV 97.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 70 111 104 0.37 0 0.06 0.56 169.76 0.23 0.35
Hex 46 6F 68 25 0 6 38 AA 17 23
Octal 106 157 150 45 0 6 70 252 27 43
Binary 1000110 1101111 1101000 100101 0 110 111000 10101010 10111 100011

Color Harmonies of #466F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F68

Black with #466F68

Text Example


Text Example

White with #466F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,104); }

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

background-color css

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

 a { background-color: rgb(70,111,104); }

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

border-color css

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

 span { border-color: rgb(70,111,104); }

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