Html Css Color HEX #45766D Dark Green Copper

📋 copy color: '#45766D'

red 69 ◦ green 118 ◦ blue 109

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

Shades of Dark Green Copper #45766D

Tints of Dark Green Copper #45766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 23.31%
G = 39.86%
B = 36.82%

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

#45766D (or 0x45766D) is known color: Dark Green Copper. HEX triplet: 45, 76 and 6D. RGB value is (69,118,109). Sum of RGB (Red+Green+Blue) = 69+118+109=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #45766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45766D is #BA8992. Grayscale: #666666. Windows color (decimal): -12224915 or 7173701. OLE color: 7173701.

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

Color convert

RGB 69 118 109 -
CMYK 0.42 0 0.08 0.54
HSL 168.98º 0.26% 0.37% -
HSV(B) 168.98º 0.42% 0.46% -
XYZ 11.69 15.33 16.81 -
YUV 102.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 69 118 109 0.42 0 0.08 0.54 168.98 0.26 0.37
Hex 45 76 6D 2A 0 8 36 A9 1A 25
Octal 105 166 155 52 0 10 66 251 32 45
Binary 1000101 1110110 1101101 101010 0 1000 110110 10101001 11010 100101

Color Harmonies of #45766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45766D

Black with #45766D

Text Example


Text Example

White with #45766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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