Html Css Color HEX #4B766F Dark Green Copper

📋 copy color: '#4B766F'

red 75 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #4B766F

Tints of Dark Green Copper #4B766F

RGB

 RED value IS 75 (29.69% from 255) = 24.67%

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 24.67%
G = 38.82%
B = 36.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#4B766F (or 0x4B766F) is known color: Dark Green Copper. HEX triplet: 4B, 76 and 6F. RGB value is (75,118,111). Sum of RGB (Red+Green+Blue) = 75+118+111=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #4B766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B766F is #B48990. Grayscale: #686868. Windows color (decimal): -11831697 or 7304779. OLE color: 7304779.

HSL color Cylindrical-coordinate representation of color #4B766F: hue angle of 170.23º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B766F is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 118 111 -
CMYK 0.36 0 0.06 0.54
HSL 170.23º 0.22% 0.38% -
HSV(B) 170.23º 0.36% 0.46% -
XYZ 12.25 15.6 17.4 -
YUV 104.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 75 118 111 0.36 0 0.06 0.54 170.23 0.22 0.38
Hex 4B 76 6F 24 0 6 36 AA 16 26
Octal 113 166 157 44 0 6 66 252 26 46
Binary 1001011 1110110 1101111 100100 0 110 110110 10101010 10110 100110

Color Harmonies of #4B766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B766F

Black with #4B766F

Text Example


Text Example

White with #4B766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B766F; }

 p { color: rgb(75,118,111); }

 H1.HeaderClassName
 {
   color: #4B766F;
 }
 .AnyTagClassName
 {
   color: #4B766F;
 }
</style>

background-color css

<style>
 a { background-color: #4B766F; }

 a { background-color: rgb(75,118,111); }

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

border-color css

<style>
 span { border-color: #4B766F; }

 span { border-color: rgb(75,118,111); }

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