#6A6701

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

Shades of Olive #6A6701

Tints of Olive #6A6701

Color information

#6A6701 (or 0x6A6701) is unknown color: approx Olive. HEX triplet: 6A, 67 and 01. RGB value is (106,103,1). Sum of RGB (Red+Green+Blue) = 106+103+1=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6701 is #9598FE. Grayscale: #5C5C5C. Windows color (decimal): -9804031 or 92010. OLE color: 92010.

HSL color Cylindrical-coordinate representation of color #6A6701: hue angle of 58.29º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A6701 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB1061031-
CMYK00.030.990.58
HSL58.29º98.13%20.98%-
HSV(B)58.29º99.06%41.57%-
XYZ10.812.771.92-
YUV92.2776.49137.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.48%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=50.48%
G=49.05%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106103100.030.990.5858.2998.1320.98
Hex6A67103633A3a6215
Octal152147103143727214225
Binary1101010110011110111100011111010111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,1); }

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

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

 a { background-color: rgb(106,103,1); }

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

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

 span { border-color: rgb(106,103,1); }

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