Html Css Color HEX #45766C Dark Green Copper

📋 copy color: '#45766C'

red 69 ◦ green 118 ◦ blue 108

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

Shades of Dark Green Copper #45766C

Tints of Dark Green Copper #45766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 23.39%
G = 40%
B = 36.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#45766C (or 0x45766C) is known color: Dark Green Copper. HEX triplet: 45, 76 and 6C. RGB value is (69,118,108). Sum of RGB (Red+Green+Blue) = 69+118+108=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #45766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45766C is #BA8993. Grayscale: #666666. Windows color (decimal): -12224916 or 7108165. OLE color: 7108165.

HSL color Cylindrical-coordinate representation of color #45766C: hue angle of 167.76º 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 #45766C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 108 -
CMYK 0.42 0 0.08 0.54
HSL 167.76º 0.26% 0.37% -
HSV(B) 167.76º 0.42% 0.46% -
XYZ 11.64 15.3 16.53 -
YUV 102.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 69 118 108 0.42 0 0.08 0.54 167.76 0.26 0.37
Hex 45 76 6C 2A 0 8 36 A8 1A 25
Octal 105 166 154 52 0 10 66 250 32 45
Binary 1000101 1110110 1101100 101010 0 1000 110110 10101000 11010 100101

Color Harmonies of #45766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45766C

Black with #45766C

Text Example


Text Example

White with #45766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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