Html Css Color HEX #4F7768 Dark Green Copper

📋 copy color: '#4F7768'

red 79 ◦ green 119 ◦ blue 104

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

Shades of Dark Green Copper #4F7768

Tints of Dark Green Copper #4F7768

RGB

 RED value IS 79 (31.25% from 255) = 26.16%

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 26.16%
G = 39.4%
B = 34.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#4F7768 (or 0x4F7768) is known color: Dark Green Copper. HEX triplet: 4F, 77 and 68. RGB value is (79,119,104). Sum of RGB (Red+Green+Blue) = 79+119+104=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4F7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7768 is #B08897. Grayscale: #696969. Windows color (decimal): -11569304 or 6846287. OLE color: 6846287.

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

Color convert

RGB 79 119 104 -
CMYK 0.34 0 0.13 0.53
HSL 157.5º 0.2% 0.39% -
HSV(B) 157.5º 0.34% 0.47% -
XYZ 12.32 15.86 15.51 -
YUV 105.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 79 119 104 0.34 0 0.13 0.53 157.5 0.2 0.39
Hex 4F 77 68 22 0 D 35 9E 14 27
Octal 117 167 150 42 0 15 65 236 24 47
Binary 1001111 1110111 1101000 100010 0 1101 110101 10011110 10100 100111

Color Harmonies of #4F7768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7768

Black with #4F7768

Text Example


Text Example

White with #4F7768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,119,104); }

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

background-color css

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

 a { background-color: rgb(79,119,104); }

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

border-color css

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

 span { border-color: rgb(79,119,104); }

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