#6F7950

Color #6F7950 Finch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finch #6F7950

Tints of Finch #6F7950

Color information

#6F7950 (or 0x6F7950) is unknown color: approx Finch. HEX triplet: 6F, 79 and 50. RGB value is (111,121,80). Sum of RGB (Red+Green+Blue) = 111+121+80=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7950 is #9086AF. Grayscale: #717171. Windows color (decimal): -9471664 or 5273967. OLE color: 5273967.

HSL color Cylindrical-coordinate representation of color #6F7950: hue angle of 74.63º 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 #6F7950 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB11112180-
CMYK0.0800.340.53
HSL74.63º20.4%39.41%-
HSV(B)74.63º33.88%47.45%-
XYZ14.8417.6310.21-
YUV113.34109.19126.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=35.58%
G=38.78%
B=25.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111121800.0800.340.5374.6320.439.41
Hex6F79508022354b1427
Octal15717112010042651132447
Binary11011111111001101000010000100010110101100101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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