#6A6901

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

Shades of Olive #6A6901

Tints of Olive #6A6901

Color information

#6A6901 (or 0x6A6901) is unknown color: approx Olive. HEX triplet: 6A, 69 and 01. RGB value is (106,105,1). Sum of RGB (Red+Green+Blue) = 106+105+1=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6901 is #9596FE. Grayscale: #5D5D5D. Windows color (decimal): -9803519 or 92522. OLE color: 92522.

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

Color convert

RGB1061051-
CMYK00.010.990.58
HSL59.43º98.13%20.98%-
HSV(B)59.43º99.06%41.57%-
XYZ1113.171.99-
YUV93.4475.83136.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=50%
G=49.53%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106105100.010.990.5859.4398.1320.98
Hex6A69101633A3b6215
Octal152151101143727314225
Binary110101011010011011100011111010111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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