Html Css Color HEX #4F7A6E Dark Green Copper

📋 copy color: '#4F7A6E'

red 79 ◦ green 122 ◦ blue 110

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

Shades of Dark Green Copper #4F7A6E

Tints of Dark Green Copper #4F7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

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

R = 25.4%
G = 39.23%
B = 35.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#4F7A6E (or 0x4F7A6E) is known color: Dark Green Copper. HEX triplet: 4F, 7A and 6E. RGB value is (79,122,110). Sum of RGB (Red+Green+Blue) = 79+122+110=311 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.40% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #4F7A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F7A6E is #B08591. Grayscale: #6B6B6B. Windows color (decimal): -11568530 or 7240271. OLE color: 7240271.

HSL color Cylindrical-coordinate representation of color #4F7A6E: hue angle of 163.26º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F7A6E is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 122 110 -
CMYK 0.35 0 0.10 0.52
HSL 163.26º 0.21% 0.39% -
HSV(B) 163.26º 0.35% 0.48% -
XYZ 13 16.71 17.29 -
YUV 107.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 79 122 110 0.35 0 0.10 0.52 163.26 0.21 0.39
Hex 4F 7A 6E 23 0 A 34 A3 15 27
Octal 117 172 156 43 0 12 64 243 25 47
Binary 1001111 1111010 1101110 100011 0 1010 110100 10100011 10101 100111

Color Harmonies of #4F7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7A6E

Black with #4F7A6E

Text Example


Text Example

White with #4F7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,122,110); }

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

background-color css

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

 a { background-color: rgb(79,122,110); }

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

border-color css

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

 span { border-color: rgb(79,122,110); }

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