Html Css Color HEX #467768 Dark Green Copper

📋 copy color: '#467768'

red 70 ◦ green 119 ◦ blue 104

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

Shades of Dark Green Copper #467768

Tints of Dark Green Copper #467768

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.61%

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

R = 23.89%
G = 40.61%
B = 35.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#467768 (or 0x467768) is known color: Dark Green Copper. HEX triplet: 46, 77 and 68. RGB value is (70,119,104). Sum of RGB (Red+Green+Blue) = 70+119+104=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #467768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467768 is #B98897. Grayscale: #666666. Windows color (decimal): -12159128 or 6846278. OLE color: 6846278.

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

Color convert

RGB 70 119 104 -
CMYK 0.41 0 0.13 0.53
HSL 161.63º 0.26% 0.37% -
HSV(B) 161.63º 0.41% 0.47% -
XYZ 11.62 15.5 15.48 -
YUV 102.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 70 119 104 0.41 0 0.13 0.53 161.63 0.26 0.37
Hex 46 77 68 29 0 D 35 A2 1A 25
Octal 106 167 150 51 0 15 65 242 32 45
Binary 1000110 1110111 1101000 101001 0 1101 110101 10100010 11010 100101

Color Harmonies of #467768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467768

Black with #467768

Text Example


Text Example

White with #467768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467768; }

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

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

background-color css

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

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

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

border-color css

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

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

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