Html Css Color HEX #468075 Dark Green Copper

📋 copy color: '#468075'

red 70 ◦ green 128 ◦ blue 117

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

Shades of Dark Green Copper #468075

Tints of Dark Green Copper #468075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 22.22%
G = 40.63%
B = 37.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#468075 (or 0x468075) is known color: Dark Green Copper. HEX triplet: 46, 80 and 75. RGB value is (70,128,117). Sum of RGB (Red+Green+Blue) = 70+128+117=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #468075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468075 is #B97F8A. Grayscale: #6D6D6D. Windows color (decimal): -12156811 or 7700550. OLE color: 7700550.

HSL color Cylindrical-coordinate representation of color #468075: hue angle of 168.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468075 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 117 -
CMYK 0.45 0 0.09 0.50
HSL 168.62º 0.29% 0.39% -
HSV(B) 168.62º 0.45% 0.5% -
XYZ 13.46 18.02 19.6 -
YUV 109.4 132.28 99.89 -
System Red Green Blue C M Y K H S L
Decimal 70 128 117 0.45 0 0.09 0.50 168.62 0.29 0.39
Hex 46 80 75 2D 0 9 32 A9 1D 27
Octal 106 200 165 55 0 11 62 251 35 47
Binary 1000110 10000000 1110101 101101 0 1001 110010 10101001 11101 100111

Color Harmonies of #468075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468075

Black with #468075

Text Example


Text Example

White with #468075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468075; }

 p { color: rgb(70,128,117); }

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

background-color css

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

 a { background-color: rgb(70,128,117); }

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

border-color css

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

 span { border-color: rgb(70,128,117); }

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