#6F741F

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

Shades of Olivetone #6F741F

Tints of Olivetone #6F741F

Color information

#6F741F (or 0x6F741F) is unknown color: approx Olivetone. HEX triplet: 6F, 74 and 1F. RGB value is (111,116,31). Sum of RGB (Red+Green+Blue) = 111+116+31=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #6F741F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F741F is #908BE0. Grayscale: #696969. Windows color (decimal): -9472993 or 2061423. OLE color: 2061423.

HSL color Cylindrical-coordinate representation of color #6F741F: hue angle of 63.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F741F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB11111631-
CMYK0.0400.730.55
HSL63.53º57.82%28.82%-
HSV(B)63.53º73.28%45.49%-
XYZ13.0515.973.69-
YUV104.8286.34132.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 116 (45.70% from 255) = 44.96%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=43.02%
G=44.96%
B=12.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111116310.0400.730.5563.5357.8228.82
Hex6F741F404937403a1d
Octal1571643740111671007235
Binary110111111101001111110001001001110111100000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F741F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,31); }

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

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

 a { background-color: rgb(111,116,31); }

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

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

 span { border-color: rgb(111,116,31); }

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