Html Css Color HEX #45706B Dark Green Copper

📋 copy color: '#45706B'

red 69 ◦ green 112 ◦ blue 107

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

Shades of Dark Green Copper #45706B

Tints of Dark Green Copper #45706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 23.96%
G = 38.89%
B = 37.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#45706B (or 0x45706B) is known color: Dark Green Copper. HEX triplet: 45, 70 and 6B. RGB value is (69,112,107). Sum of RGB (Red+Green+Blue) = 69+112+107=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #45706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45706B is #BA8F94. Grayscale: #626262. Windows color (decimal): -12226453 or 7041093. OLE color: 7041093.

HSL color Cylindrical-coordinate representation of color #45706B: hue angle of 173.02º degrees, saturation: 0.24, 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 #45706B is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 107 -
CMYK 0.38 0 0.04 0.56
HSL 173.02º 0.24% 0.35% -
HSV(B) 173.02º 0.38% 0.44% -
XYZ 10.9 13.92 16.02 -
YUV 98.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 69 112 107 0.38 0 0.04 0.56 173.02 0.24 0.35
Hex 45 70 6B 26 0 4 38 AD 18 23
Octal 105 160 153 46 0 4 70 255 30 43
Binary 1000101 1110000 1101011 100110 0 100 111000 10101101 11000 100011

Color Harmonies of #45706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45706B

Black with #45706B

Text Example


Text Example

White with #45706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45706B; }

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

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

background-color css

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

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

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

border-color css

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

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

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