Html Css Color HEX #44766E Dark Green Copper

📋 copy color: '#44766E'

red 68 ◦ green 118 ◦ blue 110

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

Shades of Dark Green Copper #44766E

Tints of Dark Green Copper #44766E

RGB

 RED value IS 68 (26.95% from 255) = 22.97%

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

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

R = 22.97%
G = 39.86%
B = 37.16%

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

#44766E (or 0x44766E) is known color: Dark Green Copper. HEX triplet: 44, 76 and 6E. RGB value is (68,118,110). Sum of RGB (Red+Green+Blue) = 68+118+110=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #44766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44766E is #BB8991. Grayscale: #666666. Windows color (decimal): -12290450 or 7239236. OLE color: 7239236.

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

Color convert

RGB 68 118 110 -
CMYK 0.42 0 0.07 0.54
HSL 170.4º 0.27% 0.36% -
HSV(B) 170.4º 0.42% 0.46% -
XYZ 11.68 15.31 17.09 -
YUV 102.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 68 118 110 0.42 0 0.07 0.54 170.4 0.27 0.36
Hex 44 76 6E 2A 0 7 36 AA 1B 24
Octal 104 166 156 52 0 7 66 252 33 44
Binary 1000100 1110110 1101110 101010 0 111 110110 10101010 11011 100100

Color Harmonies of #44766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44766E

Black with #44766E

Text Example


Text Example

White with #44766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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