Html Css Color HEX #8F7201 Olive

📋 copy color: '#8F7201'

red 143 ◦ green 114 ◦ blue 1

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

Shades of Olive #8F7201

Tints of Olive #8F7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.19%

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

R = 55.43%
G = 44.19%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F7201 (or 0x8F7201) is known color: Olive. HEX triplet: 8F, 72 and 01. RGB value is (143,114,1). Sum of RGB (Red+Green+Blue) = 143+114+1=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7201 is #708DFE. Grayscale: #6E6E6E. Windows color (decimal): -7376383 or 94863. OLE color: 94863.

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

Color convert

RGB 143 114 1 -
CMYK 0 0.20 0.99 0.44
HSL 47.75º 0.99% 0.28% -
HSV(B) 47.75º 0.99% 0.56% -
XYZ 17.35 17.88 2.56 -
YUV 109.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 143 114 1 0 0.20 0.99 0.44 47.75 0.99 0.28
Hex 8F 72 1 0 14 63 2C 30 63 1C
Octal 217 162 1 0 24 143 54 60 143 34
Binary 10001111 1110010 1 0 10100 1100011 101100 110000 1100011 11100

Color Harmonies of #8F7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7201

Black with #8F7201

Text Example


Text Example

White with #8F7201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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