#6F8900

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

Shades of Olive #6F8900

Tints of Olive #6F8900

Color information

#6F8900 (or 0x6F8900) is unknown color: approx Olive. HEX triplet: 6F, 89 and 00. RGB value is (111,137,0). Sum of RGB (Red+Green+Blue) = 111+137+0=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8900 is #9076FF. Grayscale: #727272. Windows color (decimal): -9467648 or 35183. OLE color: 35183.

HSL color Cylindrical-coordinate representation of color #6F8900: hue angle of 71.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F8900 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB1111370-
CMYK0.19010.46
HSL71.39º100%26.86%-
HSV(B)71.39º100%53.73%-
XYZ15.521.273.29-
YUV113.6163.89126.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.76%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.76%
G=55.24%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11113700.19010.4671.3910026.86
Hex6F890130642E47641b
Octal15721102301445610714433
Binary110111110001001010011011001001011101000111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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