#6F7B4F

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

Shades of Finch #6F7B4F

Tints of Finch #6F7B4F

Color information

#6F7B4F (or 0x6F7B4F) is unknown color: approx Finch. HEX triplet: 6F, 7B and 4F. RGB value is (111,123,79). Sum of RGB (Red+Green+Blue) = 111+123+79=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B4F is #9084B0. Grayscale: #727272. Windows color (decimal): -9471153 or 5208943. OLE color: 5208943.

HSL color Cylindrical-coordinate representation of color #6F7B4F: hue angle of 76.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F7B4F is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB11112379-
CMYK0.1000.360.52
HSL76.36º21.78%39.61%-
HSV(B)76.36º35.77%48.24%-
XYZ15.0518.1110.1-
YUV114.4108.02125.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=35.46%
G=39.30%
B=25.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111123790.1000.360.5276.3621.7839.61
Hex6F7B4FA024344c1628
Octal15717311712044641142650
Binary11011111111011100111110100100100110100100110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,123,79); }

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

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

 a { background-color: rgb(111,123,79); }

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

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

 span { border-color: rgb(111,123,79); }

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