#6A6801

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

Shades of Olive #6A6801

Tints of Olive #6A6801

Color information

#6A6801 (or 0x6A6801) is unknown color: approx Olive. HEX triplet: 6A, 68 and 01. RGB value is (106,104,1). Sum of RGB (Red+Green+Blue) = 106+104+1=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 104 (41.02% from 255 or 49.29% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6801 is #9597FE. Grayscale: #5D5D5D. Windows color (decimal): -9803775 or 92266. OLE color: 92266.

HSL color Cylindrical-coordinate representation of color #6A6801: hue angle of 58.86º 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 #6A6801 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB1061041-
CMYK00.020.990.58
HSL58.86º98.13%20.98%-
HSV(B)58.86º99.06%41.57%-
XYZ10.912.971.96-
YUV92.8676.16137.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.24%
GREEN value IS 104 (41.02% from 255) = 49.29%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=50.24%
G=49.29%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106104100.020.990.5858.8698.1320.98
Hex6A68102633A3b6215
Octal152150102143727314225
Binary1101010110100010101100011111010111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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