#6F6403

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

Shades of Olive #6F6403

Tints of Olive #6F6403

Color information

#6F6403 (or 0x6F6403) is unknown color: approx Olive. HEX triplet: 6F, 64 and 03. RGB value is (111,100,3). Sum of RGB (Red+Green+Blue) = 111+100+3=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 100 (39.45% from 255 or 46.73% from 214); Blue value is 3 (1.56% from 255 or 1.40% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6403 is #909BFC. Grayscale: #5C5C5C. Windows color (decimal): -9477117 or 222319. OLE color: 222319.

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

Color convert

RGB1111003-
CMYK00.100.970.56
HSL53.89º94.74%22.35%-
HSV(B)53.89º97.3%43.53%-
XYZ11.1312.51.91-
YUV92.2377.64141.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 100 (39.45% from 255) = 46.73%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=51.87%
G=46.73%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111100300.100.970.5653.8994.7422.35
Hex6F6430A6138365f16
Octal1571443012141706613726
Binary1101111110010011010101100001111000110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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