#8A8E06

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

Shades of Olive #8A8E06

Tints of Olive #8A8E06

Color information

#8A8E06 (or 0x8A8E06) is unknown color: approx Olive. HEX triplet: 8A, 8E and 06. RGB value is (138,142,6). Sum of RGB (Red+Green+Blue) = 138+142+6=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 142 (55.86% from 255 or 49.65% from 286); Blue value is 6 (2.73% from 255 or 2.10% from 286); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8E06 is #7571F9. Grayscale: #7D7D7D. Windows color (decimal): -7696890 or 429706. OLE color: 429706.

HSL color Cylindrical-coordinate representation of color #8A8E06: hue angle of 61.76º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A8E06 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1381426-
CMYK0.0300.960.44
HSL61.76º91.89%29.02%-
HSV(B)61.76º95.77%55.69%-
XYZ20.1924.763.89-
YUV125.360.67137.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 142 (55.86% from 255) = 49.65%
BLUE value IS 6 (2.73% from 255) = 2.10%
R=48.25%
G=49.65%
B=2.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13814260.0300.960.4461.7691.8929.02
Hex8A8E630602C3e5c1d
Octal212216630140547613435
Binary10001010100011101101101100000101100111110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A8E06; }

 p { color: rgb(138,142,6); }

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

<style>
 a { background-color: #8A8E06; }

 a { background-color: rgb(138,142,6); }

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

<style>
 span { border-color: #8A8E06; }

 span { border-color: rgb(138,142,6); }

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