#6F7F13

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

Shades of Trendy Green #6F7F13

Tints of Trendy Green #6F7F13

Color information

#6F7F13 (or 0x6F7F13) is unknown color: approx Trendy Green. HEX triplet: 6F, 7F and 13. RGB value is (111,127,19). Sum of RGB (Red+Green+Blue) = 111+127+19=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7F13 is #9080EC. Grayscale: #6E6E6E. Windows color (decimal): -9470189 or 1277807. OLE color: 1277807.

HSL color Cylindrical-coordinate representation of color #6F7F13: hue angle of 68.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F7F13 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB11112719-
CMYK0.1300.850.50
HSL68.89º73.97%28.63%-
HSV(B)68.89º85.04%49.8%-
XYZ14.2618.613.46-
YUV109.976.7128.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.19%
GREEN value IS 127 (50% from 255) = 49.42%
BLUE value IS 19 (7.81% from 255) = 7.39%
R=43.19%
G=49.42%
B=7.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111127190.1300.850.5068.8973.9728.63
Hex6F7F13D05532454a1d
Octal157177231501256210511235
Binary11011111111111100111101010101011100101000101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,127,19); }

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

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

 a { background-color: rgb(111,127,19); }

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

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

 span { border-color: rgb(111,127,19); }

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