Html Css Color HEX #6F794D Finch

📋 copy color: '#6F794D'

red 111 ◦ green 121 ◦ blue 77

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

Shades of Finch #6F794D

Tints of Finch #6F794D

RGB

 RED value IS 111 (43.75% from 255) = 35.92%

 GREEN value IS 121 (47.66% from 255) = 39.16%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 35.92%
G = 39.16%
B = 24.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#6F794D (or 0x6F794D) is known color: Finch. HEX triplet: 6F, 79 and 4D. RGB value is (111,121,77). Sum of RGB (Red+Green+Blue) = 111+121+77=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 121 - color contains mainly: green. Hex color #6F794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F794D is #9086B2. Grayscale: #717171. Windows color (decimal): -9471667 or 5077359. OLE color: 5077359.

HSL color Cylindrical-coordinate representation of color #6F794D: hue angle of 73.64º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F794D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 121 77 -
CMYK 0.08 0 0.36 0.53
HSL 73.64º 0.22% 0.39% -
HSV(B) 73.64º 0.36% 0.47% -
XYZ 14.73 17.59 9.64 -
YUV 112.99 107.69 126.58 -
System Red Green Blue C M Y K H S L
Decimal 111 121 77 0.08 0 0.36 0.53 73.64 0.22 0.39
Hex 6F 79 4D 8 0 24 35 4A 16 27
Octal 157 171 115 10 0 44 65 112 26 47
Binary 1101111 1111001 1001101 1000 0 100100 110101 1001010 10110 100111

Color Harmonies of #6F794D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F794D

Black with #6F794D

Text Example


Text Example

White with #6F794D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F794D; }

 p { color: rgb(111,121,77); }

 H1.HeaderClassName
 {
   color: #6F794D;
 }
 .AnyTagClassName
 {
   color: #6F794D;
 }
</style>

background-color css

<style>
 a { background-color: #6F794D; }

 a { background-color: rgb(111,121,77); }

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

border-color css

<style>
 span { border-color: #6F794D; }

 span { border-color: rgb(111,121,77); }

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