#6F8701

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

Shades of Olive #6F8701

Tints of Olive #6F8701

Color information

#6F8701 (or 0x6F8701) is unknown color: approx Olive. HEX triplet: 6F, 87 and 01. RGB value is (111,135,1). Sum of RGB (Red+Green+Blue) = 111+135+1=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8701 is #9078FE. Grayscale: #717171. Windows color (decimal): -9468159 or 100207. OLE color: 100207.

HSL color Cylindrical-coordinate representation of color #6F8701: hue angle of 70.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F8701 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB1111351-
CMYK0.1800.990.47
HSL70.75º98.53%26.67%-
HSV(B)70.75º99.26%52.94%-
XYZ15.2220.713.22-
YUV112.5565.05126.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.94%
GREEN value IS 135 (53.12% from 255) = 54.66%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=44.94%
G=54.66%
B=0.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11113510.1800.990.4770.7598.5326.67
Hex6F871120632F47631b
Octal15720712201435710714333
Binary110111110000111110010011000111011111000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,135,1); }

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

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

 a { background-color: rgb(111,135,1); }

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

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

 span { border-color: rgb(111,135,1); }

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