Html Css Color HEX #45766B Dark Green Copper

📋 copy color: '#45766B'

red 69 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #45766B

Tints of Dark Green Copper #45766B

RGB

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

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

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

R = 23.47%
G = 40.14%
B = 36.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#45766B (or 0x45766B) is known color: Dark Green Copper. HEX triplet: 45, 76 and 6B. RGB value is (69,118,107). Sum of RGB (Red+Green+Blue) = 69+118+107=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #45766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45766B is #BA8994. Grayscale: #666666. Windows color (decimal): -12224917 or 7042629. OLE color: 7042629.

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

Color convert

RGB 69 118 107 -
CMYK 0.42 0 0.09 0.54
HSL 166.53º 0.26% 0.37% -
HSV(B) 166.53º 0.42% 0.46% -
XYZ 11.59 15.28 16.25 -
YUV 102.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 69 118 107 0.42 0 0.09 0.54 166.53 0.26 0.37
Hex 45 76 6B 2A 0 9 36 A7 1A 25
Octal 105 166 153 52 0 11 66 247 32 45
Binary 1000101 1110110 1101011 101010 0 1001 110110 10100111 11010 100101

Color Harmonies of #45766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45766B

Black with #45766B

Text Example


Text Example

White with #45766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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