#456F69

Color #456F69 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #456F69

Tints of Dark Green Copper #456F69

Color information

#456F69 (or 0x456F69) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6F and 69. RGB value is (69,111,105). Sum of RGB (Red+Green+Blue) = 69+111+105=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #456F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F69 is #BA9096. Grayscale: #616161. Windows color (decimal): -12226711 or 6909765. OLE color: 6909765.

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

Color convert

RGB69111105-
CMYK0.3800.050.56
HSL171.43º23.33%35.29%-
HSV(B)171.43º37.84%43.53%-
XYZ10.6913.6515.44-
YUV97.76132.09107.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=24.21%
G=38.95%
B=36.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691111050.3800.050.56171.4323.3335.29
Hex456F69260538ab1723
Octal1051571514605702532743
Binary10001011101111110100110011001011110001010101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456F69; }

 p { color: rgb(69,111,105); }

 H1.HeaderClassName
 {
   color: #456F69;
 }
 .AnyTagClassName
 {
   color: #456F69;
 }
</style>
background-color css

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

 a { background-color: rgb(69,111,105); }

 div.DivClassName
 {
   background-color: #456F69;
 }
 .BgClassName
 {
   background-color: #456F69;
 }
</style>
border-color css

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

 span { border-color: rgb(69,111,105); }

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