#6A8901

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

Shades of Olive #6A8901

Tints of Olive #6A8901

Color information

#6A8901 (or 0x6A8901) is unknown color: approx Olive. HEX triplet: 6A, 89 and 01. RGB value is (106,137,1). Sum of RGB (Red+Green+Blue) = 106+137+1=244 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.44% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A8901 is #9576FE. Grayscale: #707070. Windows color (decimal): -9795327 or 100714. OLE color: 100714.

HSL color Cylindrical-coordinate representation of color #6A8901: hue angle of 73.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A8901 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1061371-
CMYK0.2300.990.46
HSL73.68º98.55%27.06%-
HSV(B)73.68º99.27%53.73%-
XYZ14.8920.963.29-
YUV112.2365.23123.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.44%
GREEN value IS 137 (53.91% from 255) = 56.15%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=43.44%
G=56.15%
B=0.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10613710.2300.990.4673.6898.5527.06
Hex6A891170632E4a631b
Octal15221112701435611214333
Binary110101010001001110111011000111011101001010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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