Html Css Color HEX #456F6D Dark Green Copper

📋 copy color: '#456F6D'

red 69 ◦ green 111 ◦ blue 109

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

Shades of Dark Green Copper #456F6D

Tints of Dark Green Copper #456F6D

RGB

 RED value IS 69 (27.34% from 255) = 23.88%

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

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 23.88%
G = 38.41%
B = 37.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#456F6D (or 0x456F6D) is known color: Dark Green Copper. HEX triplet: 45, 6F and 6D. RGB value is (69,111,109). Sum of RGB (Red+Green+Blue) = 69+111+109=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #456F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456F6D is #BA9092. Grayscale: #626262. Windows color (decimal): -12226707 or 7171909. OLE color: 7171909.

HSL color Cylindrical-coordinate representation of color #456F6D: hue angle of 177.14º 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 #456F6D is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 111 109 -
CMYK 0.38 0 0.02 0.56
HSL 177.14º 0.23% 0.35% -
HSV(B) 177.14º 0.38% 0.44% -
XYZ 10.9 13.74 16.55 -
YUV 98.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 69 111 109 0.38 0 0.02 0.56 177.14 0.23 0.35
Hex 45 6F 6D 26 0 2 38 B1 17 23
Octal 105 157 155 46 0 2 70 261 27 43
Binary 1000101 1101111 1101101 100110 0 10 111000 10110001 10111 100011

Color Harmonies of #456F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456F6D

Black with #456F6D

Text Example


Text Example

White with #456F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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