Html Css Color HEX #4F6761 Dark Green Copper

📋 copy color: '#4F6761'

red 79 ◦ green 103 ◦ blue 97

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

Shades of Dark Green Copper #4F6761

Tints of Dark Green Copper #4F6761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 28.32%
G = 36.92%
B = 34.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#4F6761 (or 0x4F6761) is known color: Dark Green Copper. HEX triplet: 4F, 67 and 61. RGB value is (79,103,97). Sum of RGB (Red+Green+Blue) = 79+103+97=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #4F6761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6761 is #B0989E. Grayscale: #5F5F5F. Windows color (decimal): -11573407 or 6383439. OLE color: 6383439.

HSL color Cylindrical-coordinate representation of color #4F6761: hue angle of 165º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F6761 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 79 103 97 -
CMYK 0.23 0 0.06 0.60
HSL 165º 0.13% 0.36% -
HSV(B) 165º 0.23% 0.4% -
XYZ 10.23 12.23 13.13 -
YUV 95.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 79 103 97 0.23 0 0.06 0.60 165 0.13 0.36
Hex 4F 67 61 17 0 6 3C A5 D 24
Octal 117 147 141 27 0 6 74 245 15 44
Binary 1001111 1100111 1100001 10111 0 110 111100 10100101 1101 100100

Color Harmonies of #4F6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6761

Black with #4F6761

Text Example


Text Example

White with #4F6761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,97); }

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

background-color css

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

 a { background-color: rgb(79,103,97); }

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

border-color css

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

 span { border-color: rgb(79,103,97); }

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