#6A8201

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

Shades of Olive #6A8201

Tints of Olive #6A8201

Color information

#6A8201 (or 0x6A8201) is unknown color: approx Olive. HEX triplet: 6A, 82 and 01. RGB value is (106,130,1). Sum of RGB (Red+Green+Blue) = 106+130+1=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8201 is #957DFE. Grayscale: #6C6C6C. Windows color (decimal): -9797119 or 98922. OLE color: 98922.

HSL color Cylindrical-coordinate representation of color #6A8201: hue angle of 71.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8201 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB1061301-
CMYK0.1800.990.49
HSL71.16º98.47%25.69%-
HSV(B)71.16º99.23%50.98%-
XYZ13.9319.032.97-
YUV108.1267.55126.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=44.73%
G=54.85%
B=0.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10613010.1800.990.4971.1698.4725.69
Hex6A821120633147621a
Octal15220212201436110714232
Binary110101010000010110010011000111100011000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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