#6F700D

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

Shades of Olive #6F700D

Tints of Olive #6F700D

Color information

#6F700D (or 0x6F700D) is unknown color: approx Olive. HEX triplet: 6F, 70 and 0D. RGB value is (111,112,13). Sum of RGB (Red+Green+Blue) = 111+112+13=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #6F700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F700D is #908FF2. Grayscale: #646464. Windows color (decimal): -9474035 or 880751. OLE color: 880751.

HSL color Cylindrical-coordinate representation of color #6F700D: hue angle of 60.61º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F700D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB11111213-
CMYK0.0100.880.56
HSL60.61º79.2%24.51%-
HSV(B)60.61º88.39%43.92%-
XYZ12.42152.62-
YUV100.4278.67135.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.03%
GREEN value IS 112 (44.14% from 255) = 47.46%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=47.03%
G=47.46%
B=5.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112130.0100.880.5660.6179.224.51
Hex6F70D1058383d4f19
Octal1571601510130707511731
Binary110111111100001101101011000111000111101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,13); }

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

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

 a { background-color: rgb(111,112,13); }

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

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

 span { border-color: rgb(111,112,13); }

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