#6F6503

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

Shades of Olive #6F6503

Tints of Olive #6F6503

Color information

#6F6503 (or 0x6F6503) is unknown color: approx Olive. HEX triplet: 6F, 65 and 03. RGB value is (111,101,3). Sum of RGB (Red+Green+Blue) = 111+101+3=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6503 is #909AFC. Grayscale: #5D5D5D. Windows color (decimal): -9476861 or 222575. OLE color: 222575.

HSL color Cylindrical-coordinate representation of color #6F6503: hue angle of 54.44º 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 #6F6503 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB1111013-
CMYK00.090.970.56
HSL54.44º94.74%22.35%-
HSV(B)54.44º97.3%43.53%-
XYZ11.2312.691.94-
YUV92.8277.31140.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=51.63%
G=46.98%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111101300.090.970.5654.4494.7422.35
Hex6F653096138365f16
Octal1571453011141706613726
Binary1101111110010111010011100001111000110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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