#6F6803

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

Shades of Olive #6F6803

Tints of Olive #6F6803

Color information

#6F6803 (or 0x6F6803) is unknown color: approx Olive. HEX triplet: 6F, 68 and 03. RGB value is (111,104,3). Sum of RGB (Red+Green+Blue) = 111+104+3=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 104 (41.02% from 255 or 47.71% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6803 is #9097FC. Grayscale: #5E5E5E. Windows color (decimal): -9476093 or 223343. OLE color: 223343.

HSL color Cylindrical-coordinate representation of color #6F6803: hue angle of 56.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F6803 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB1111043-
CMYK00.060.970.56
HSL56.11º94.74%22.35%-
HSV(B)56.11º97.3%43.53%-
XYZ11.5213.292.04-
YUV94.5876.32139.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.92%
GREEN value IS 104 (41.02% from 255) = 47.71%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=50.92%
G=47.71%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111104300.060.970.5656.1194.7422.35
Hex6F683066138385f16
Octal157150306141707013726
Binary110111111010001101101100001111000111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,3); }

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

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

 a { background-color: rgb(111,104,3); }

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

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

 span { border-color: rgb(111,104,3); }

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