Html Css Color HEX #8F7401 Olive

📋 copy color: '#8F7401'

red 143 ◦ green 116 ◦ blue 1

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

Shades of Olive #8F7401

Tints of Olive #8F7401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.62%

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

R = 55%
G = 44.62%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F7401 (or 0x8F7401) is known color: Olive. HEX triplet: 8F, 74 and 01. RGB value is (143,116,1). Sum of RGB (Red+Green+Blue) = 143+116+1=260 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7401 is #708BFE. Grayscale: #6F6F6F. Windows color (decimal): -7375871 or 95375. OLE color: 95375.

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

Color convert

RGB 143 116 1 -
CMYK 0 0.19 0.99 0.44
HSL 48.59º 0.99% 0.28% -
HSV(B) 48.59º 0.99% 0.56% -
XYZ 17.58 18.33 2.64 -
YUV 110.96 65.95 150.85 -
System Red Green Blue C M Y K H S L
Decimal 143 116 1 0 0.19 0.99 0.44 48.59 0.99 0.28
Hex 8F 74 1 0 13 63 2C 31 63 1C
Octal 217 164 1 0 23 143 54 61 143 34
Binary 10001111 1110100 1 0 10011 1100011 101100 110001 1100011 11100

Color Harmonies of #8F7401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7401

Black with #8F7401

Text Example


Text Example

White with #8F7401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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