#6F7B50

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

Shades of Finch #6F7B50

Tints of Finch #6F7B50

Color information

#6F7B50 (or 0x6F7B50) is unknown color: approx Finch. HEX triplet: 6F, 7B and 50. RGB value is (111,123,80). Sum of RGB (Red+Green+Blue) = 111+123+80=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B50 is #9084AF. Grayscale: #727272. Windows color (decimal): -9471152 or 5274479. OLE color: 5274479.

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

Color convert

RGB11112380-
CMYK0.1000.350.52
HSL76.74º21.18%39.8%-
HSV(B)76.74º34.96%48.24%-
XYZ15.0918.1210.29-
YUV114.51108.52125.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.35%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=35.35%
G=39.17%
B=25.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111123800.1000.350.5276.7421.1839.8
Hex6F7B50A023344d1528
Octal15717312012043641152550
Binary11011111111011101000010100100011110100100110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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