Html Css Color HEX #8F7501 Olive

📋 copy color: '#8F7501'

red 143 ◦ green 117 ◦ blue 1

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

Shades of Olive #8F7501

Tints of Olive #8F7501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 54.79%
G = 44.83%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F7501 (or 0x8F7501) is known color: Olive. HEX triplet: 8F, 75 and 01. RGB value is (143,117,1). Sum of RGB (Red+Green+Blue) = 143+117+1=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7501 is #708AFE. Grayscale: #707070. Windows color (decimal): -7375615 or 95631. OLE color: 95631.

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

Color convert

RGB 143 117 1 -
CMYK 0 0.18 0.99 0.44
HSL 49.01º 0.99% 0.28% -
HSV(B) 49.01º 0.99% 0.56% -
XYZ 17.69 18.56 2.68 -
YUV 111.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 143 117 1 0 0.18 0.99 0.44 49.01 0.99 0.28
Hex 8F 75 1 0 12 63 2C 31 63 1C
Octal 217 165 1 0 22 143 54 61 143 34
Binary 10001111 1110101 1 0 10010 1100011 101100 110001 1100011 11100

Color Harmonies of #8F7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7501

Black with #8F7501

Text Example


Text Example

White with #8F7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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