#8F9600

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

Shades of Olive #8F9600

Tints of Olive #8F9600

Color information

#8F9600 (or 0x8F9600) is unknown color: approx Olive. HEX triplet: 8F, 96 and 00. RGB value is (143,150,0). Sum of RGB (Red+Green+Blue) = 143+150+0=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9600 is #7069FF. Grayscale: #838383. Windows color (decimal): -7367168 or 38543. OLE color: 38543.

HSL color Cylindrical-coordinate representation of color #8F9600: hue angle of 62.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F9600 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1431500-
CMYK0.05010.41
HSL62.8º100%29.41%-
HSV(B)62.8º100%58.82%-
XYZ22.2327.654.17-
YUV130.8154.18136.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.81%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.81%
G=51.19%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14315000.05010.4162.810029.41
Hex8F9605064293f641d
Octal217226050144517714435
Binary1000111110010110010101100100101001111111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,150,0); }

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

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

 a { background-color: rgb(143,150,0); }

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

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

 span { border-color: rgb(143,150,0); }

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