#8A8E07

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

Shades of Olive #8A8E07

Tints of Olive #8A8E07

Color information

#8A8E07 (or 0x8A8E07) is unknown color: approx Olive. HEX triplet: 8A, 8E and 07. RGB value is (138,142,7). Sum of RGB (Red+Green+Blue) = 138+142+7=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A8E07 is #7571F8. Grayscale: #7D7D7D. Windows color (decimal): -7696889 or 495242. OLE color: 495242.

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

Color convert

RGB1381427-
CMYK0.0300.950.44
HSL61.78º90.6%29.22%-
HSV(B)61.78º95.07%55.69%-
XYZ20.1924.763.92-
YUV125.4161.17136.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.08%
GREEN value IS 142 (55.86% from 255) = 49.48%
BLUE value IS 7 (3.12% from 255) = 2.44%
R=48.08%
G=49.48%
B=2.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13814270.0300.950.4461.7890.629.22
Hex8A8E7305F2C3e5b1d
Octal212216730137547613335
Binary10001010100011101111101011111101100111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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