Html Css Color HEX #456B68 Dark Green Copper

📋 copy color: '#456B68'

red 69 ◦ green 107 ◦ blue 104

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

Shades of Dark Green Copper #456B68

Tints of Dark Green Copper #456B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.21%

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

R = 24.64%
G = 38.21%
B = 37.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#456B68 (or 0x456B68) is known color: Dark Green Copper. HEX triplet: 45, 6B and 68. RGB value is (69,107,104). Sum of RGB (Red+Green+Blue) = 69+107+104=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 107 (42.19% from 255 or 38.21% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 107 - color contains mainly: green. Hex color #456B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B68 is #BA9497. Grayscale: #5F5F5F. Windows color (decimal): -12227736 or 6843205. OLE color: 6843205.

HSL color Cylindrical-coordinate representation of color #456B68: hue angle of 175.26º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456B68 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 107 104 -
CMYK 0.36 0 0.03 0.58
HSL 175.26º 0.22% 0.35% -
HSV(B) 175.26º 0.36% 0.42% -
XYZ 10.21 12.78 15.03 -
YUV 95.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 69 107 104 0.36 0 0.03 0.58 175.26 0.22 0.35
Hex 45 6B 68 24 0 3 3A AF 16 23
Octal 105 153 150 44 0 3 72 257 26 43
Binary 1000101 1101011 1101000 100100 0 11 111010 10101111 10110 100011

Color Harmonies of #456B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456B68

Black with #456B68

Text Example


Text Example

White with #456B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,107,104); }

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

background-color css

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

 a { background-color: rgb(69,107,104); }

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

border-color css

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

 span { border-color: rgb(69,107,104); }

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