#8F8707

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

Shades of Olive #8F8707

Tints of Olive #8F8707

Color information

#8F8707 (or 0x8F8707) is unknown color: approx Olive. HEX triplet: 8F, 87 and 07. RGB value is (143,135,7). Sum of RGB (Red+Green+Blue) = 143+135+7=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 7 (3.12% from 255 or 2.46% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8707 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8707 is #7078F8. Grayscale: #7B7B7B. Windows color (decimal): -7371001 or 493455. OLE color: 493455.

HSL color Cylindrical-coordinate representation of color #8F8707: hue angle of 56.47º 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 #8F8707 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB1431357-
CMYK00.060.950.44
HSL56.47º90.67%29.41%-
HSV(B)56.47º95.1%56.08%-
XYZ20.0323.183.62-
YUV122.862.65142.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 7 (3.12% from 255) = 2.46%
R=50.18%
G=47.37%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143135700.060.950.4456.4790.6729.41
Hex8F877065F2C385b1d
Octal217207706137547013335
Binary100011111000011111101101011111101100111000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,135,7); }

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

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

 a { background-color: rgb(143,135,7); }

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

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

 span { border-color: rgb(143,135,7); }

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