Html Css Color HEX #8F8701 Olive

📋 copy color: '#8F8701'

red 143 ◦ green 135 ◦ blue 1

#8F8701
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #8F8701

Tints of Olive #8F8701

RGB

 RED value IS 143 (56.25% from 255) = 51.25%

 GREEN value IS 135 (53.13% from 255) = 48.39%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 51.25%
G = 48.39%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F8701 (or 0x8F8701) is known color: Olive. HEX triplet: 8F, 87 and 01. RGB value is (143,135,1). Sum of RGB (Red+Green+Blue) = 143+135+1=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8701 is #7078FE. Grayscale: #7A7A7A. Windows color (decimal): -7371007 or 100239. OLE color: 100239.

HSL color Cylindrical-coordinate representation of color #8F8701: hue angle of 56.62º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F8701 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 135 1 -
CMYK 0 0.06 0.99 0.44
HSL 56.62º 0.99% 0.28% -
HSV(B) 56.62º 0.99% 0.56% -
XYZ 20 23.17 3.45 -
YUV 122.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 143 135 1 0 0.06 0.99 0.44 56.62 0.99 0.28
Hex 8F 87 1 0 6 63 2C 39 63 1C
Octal 217 207 1 0 6 143 54 71 143 34
Binary 10001111 10000111 1 0 110 1100011 101100 111001 1100011 11100

Color Harmonies of #8F8701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8701

Black with #8F8701

Text Example


Text Example

White with #8F8701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F8701;
 }
 .AnyTagClassName
 {
   color: #8F8701;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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