Html Css Color HEX #466761 Dark Green Copper

📋 copy color: '#466761'

red 70 ◦ green 103 ◦ blue 97

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

Shades of Dark Green Copper #466761

Tints of Dark Green Copper #466761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 25.93%
G = 38.15%
B = 35.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#466761 (or 0x466761) is known color: Dark Green Copper. HEX triplet: 46, 67 and 61. RGB value is (70,103,97). Sum of RGB (Red+Green+Blue) = 70+103+97=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #466761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466761 is #B9989E. Grayscale: #5C5C5C. Windows color (decimal): -12163231 or 6383430. OLE color: 6383430.

HSL color Cylindrical-coordinate representation of color #466761: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466761 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 97 -
CMYK 0.32 0 0.06 0.60
HSL 169.09º 0.19% 0.34% -
HSV(B) 169.09º 0.32% 0.4% -
XYZ 9.53 11.87 13.1 -
YUV 92.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 70 103 97 0.32 0 0.06 0.60 169.09 0.19 0.34
Hex 46 67 61 20 0 6 3C A9 13 22
Octal 106 147 141 40 0 6 74 251 23 42
Binary 1000110 1100111 1100001 100000 0 110 111100 10101001 10011 100010

Color Harmonies of #466761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466761

Black with #466761

Text Example


Text Example

White with #466761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466761; }

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

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

background-color css

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

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

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

border-color css

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

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

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