#6F8200

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

Shades of Olive #6F8200

Tints of Olive #6F8200

Color information

#6F8200 (or 0x6F8200) is unknown color: approx Olive. HEX triplet: 6F, 82 and 00. RGB value is (111,130,0). Sum of RGB (Red+Green+Blue) = 111+130+0=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #6F8200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8200 is #907DFF. Grayscale: #6E6E6E. Windows color (decimal): -9469440 or 33391. OLE color: 33391.

HSL color Cylindrical-coordinate representation of color #6F8200: hue angle of 68.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F8200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1111300-
CMYK0.15010.49
HSL68.77º100%25.49%-
HSV(B)68.77º100%50.98%-
XYZ14.5419.342.97-
YUV109.566.21129.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.06%
G=53.94%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11113000.15010.4968.7710025.49
Hex6F820F06431456419
Octal15720201701446110514431
Binary11011111000001001111011001001100011000101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,130,0); }

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

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

 a { background-color: rgb(111,130,0); }

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

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

 span { border-color: rgb(111,130,0); }

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