#6F7F0E

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

Shades of Olive #6F7F0E

Tints of Olive #6F7F0E

Color information

#6F7F0E (or 0x6F7F0E) is unknown color: approx Olive. HEX triplet: 6F, 7F and 0E. RGB value is (111,127,14). Sum of RGB (Red+Green+Blue) = 111+127+14=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 127 (50% from 255 or 50.40% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7F0E is #9080F1. Grayscale: #6D6D6D. Windows color (decimal): -9470194 or 950127. OLE color: 950127.

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

Color convert

RGB11112714-
CMYK0.1300.890.50
HSL68.5º80.14%27.65%-
HSV(B)68.5º88.98%49.8%-
XYZ14.2218.593.25-
YUV109.3374.2129.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 127 (50% from 255) = 50.40%
BLUE value IS 14 (5.86% from 255) = 5.56%
R=44.05%
G=50.40%
B=5.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111127140.1300.890.5068.580.1427.65
Hex6F7FED0593244501c
Octal157177161501316210412034
Binary1101111111111111101101010110011100101000100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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