#4B7767

Color #4B7767 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4B7767

Tints of Dark Green Copper #4B7767

Color information

#4B7767 (or 0x4B7767) is unknown color: approx Dark Green Copper. HEX triplet: 4B, 77 and 67. RGB value is (75,119,103). Sum of RGB (Red+Green+Blue) = 75+119+103=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #4B7767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7767 is #B48898. Grayscale: #686868. Windows color (decimal): -11831449 or 6780747. OLE color: 6780747.

HSL color Cylindrical-coordinate representation of color #4B7767: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7767 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB75119103-
CMYK0.3700.130.53
HSL158.18º22.68%38.04%-
HSV(B)158.18º36.97%46.67%-
XYZ11.9515.6715.23-
YUV104.02127.42107.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 119 (46.88% from 255) = 40.07%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=25.25%
G=40.07%
B=34.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751191030.3700.130.53158.1822.6838.04
Hex4B7767250D359e1726
Octal11316714745015652362746
Binary100101111101111100111100101011011101011001111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,119,103); }

 H1.HeaderClassName
 {
   color: #4B7767;
 }
 .AnyTagClassName
 {
   color: #4B7767;
 }
</style>
background-color css

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

 a { background-color: rgb(75,119,103); }

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

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

 span { border-color: rgb(75,119,103); }

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