#6F6203

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

Shades of Olive #6F6203

Tints of Olive #6F6203

Color information

#6F6203 (or 0x6F6203) is unknown color: approx Olive. HEX triplet: 6F, 62 and 03. RGB value is (111,98,3). Sum of RGB (Red+Green+Blue) = 111+98+3=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6203 is #909DFC. Grayscale: #5B5B5B. Windows color (decimal): -9477629 or 221807. OLE color: 221807.

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

Color convert

RGB111983-
CMYK00.120.970.56
HSL52.78º94.74%22.35%-
HSV(B)52.78º97.3%43.53%-
XYZ10.9412.121.85-
YUV91.0678.31142.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.36%
GREEN value IS 98 (38.67% from 255) = 46.23%
BLUE value IS 3 (1.56% from 255) = 1.42%
R=52.36%
G=46.23%
B=1.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198300.120.970.5652.7894.7422.35
Hex6F6230C6138355f16
Octal1571423014141706513726
Binary1101111110001011011001100001111000110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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