#6F6601

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

Shades of Olive #6F6601

Tints of Olive #6F6601

Color information

#6F6601 (or 0x6F6601) is unknown color: approx Olive. HEX triplet: 6F, 66 and 01. RGB value is (111,102,1). Sum of RGB (Red+Green+Blue) = 111+102+1=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 102 (40.23% from 255 or 47.66% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6601 is #9099FE. Grayscale: #5D5D5D. Windows color (decimal): -9476607 or 91759. OLE color: 91759.

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

Color convert

RGB1111021-
CMYK00.080.990.56
HSL55.09º98.21%21.96%-
HSV(B)55.09º99.1%43.53%-
XYZ11.3112.881.92-
YUV93.1875.98140.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.87%
GREEN value IS 102 (40.23% from 255) = 47.66%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=51.87%
G=47.66%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111102100.080.990.5655.0998.2121.96
Hex6F661086338376216
Octal1571461010143706714226
Binary110111111001101010001100011111000110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,1); }

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

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

 a { background-color: rgb(111,102,1); }

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

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

 span { border-color: rgb(111,102,1); }

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