Html Css Color HEX #45766E Dark Green Copper

📋 copy color: '#45766E'

red 69 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #45766E

Tints of Dark Green Copper #45766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.73%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 23.23%
G = 39.73%
B = 37.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#45766E (or 0x45766E) is known color: Dark Green Copper. HEX triplet: 45, 76 and 6E. RGB value is (69,118,110). Sum of RGB (Red+Green+Blue) = 69+118+110=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #45766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45766E is #BA8991. Grayscale: #666666. Windows color (decimal): -12224914 or 7239237. OLE color: 7239237.

HSL color Cylindrical-coordinate representation of color #45766E: hue angle of 170.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #45766E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 110 -
CMYK 0.42 0 0.07 0.54
HSL 170.2º 0.26% 0.37% -
HSV(B) 170.2º 0.42% 0.46% -
XYZ 11.75 15.35 17.1 -
YUV 102.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 69 118 110 0.42 0 0.07 0.54 170.2 0.26 0.37
Hex 45 76 6E 2A 0 7 36 AA 1A 25
Octal 105 166 156 52 0 7 66 252 32 45
Binary 1000101 1110110 1101110 101010 0 111 110110 10101010 11010 100101

Color Harmonies of #45766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45766E

Black with #45766E

Text Example


Text Example

White with #45766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45766E; }

 p { color: rgb(69,118,110); }

 H1.HeaderClassName
 {
   color: #45766E;
 }
 .AnyTagClassName
 {
   color: #45766E;
 }
</style>

background-color css

<style>
 a { background-color: #45766E; }

 a { background-color: rgb(69,118,110); }

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

border-color css

<style>
 span { border-color: #45766E; }

 span { border-color: rgb(69,118,110); }

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