Html Css Color HEX #456C66 Dark Green Copper

📋 copy color: '#456C66'

red 69 ◦ green 108 ◦ blue 102

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

Shades of Dark Green Copper #456C66

Tints of Dark Green Copper #456C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.71%

 BLUE value IS 102 (40.23% from 255) = 36.56%

R = 24.73%
G = 38.71%
B = 36.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#456C66 (or 0x456C66) is known color: Dark Green Copper. HEX triplet: 45, 6C and 66. RGB value is (69,108,102). Sum of RGB (Red+Green+Blue) = 69+108+102=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #456C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C66 is #BA9399. Grayscale: #5F5F5F. Windows color (decimal): -12227482 or 6712389. OLE color: 6712389.

HSL color Cylindrical-coordinate representation of color #456C66: hue angle of 170.77º 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 #456C66 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 108 102 -
CMYK 0.36 0 0.06 0.58
HSL 170.77º 0.22% 0.35% -
HSV(B) 170.77º 0.36% 0.42% -
XYZ 10.22 12.95 14.53 -
YUV 95.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 69 108 102 0.36 0 0.06 0.58 170.77 0.22 0.35
Hex 45 6C 66 24 0 6 3A AB 16 23
Octal 105 154 146 44 0 6 72 253 26 43
Binary 1000101 1101100 1100110 100100 0 110 111010 10101011 10110 100011

Color Harmonies of #456C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456C66

Black with #456C66

Text Example


Text Example

White with #456C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,108,102); }

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

background-color css

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

 a { background-color: rgb(69,108,102); }

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

border-color css

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

 span { border-color: rgb(69,108,102); }

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