Html Css Color HEX #8F7509 Olive

📋 copy color: '#8F7509'

red 143 ◦ green 117 ◦ blue 9

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

Shades of Olive #8F7509

Tints of Olive #8F7509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.35%

R = 53.16%
G = 43.49%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F7509 (or 0x8F7509) is known color: Olive. HEX triplet: 8F, 75 and 09. RGB value is (143,117,9). Sum of RGB (Red+Green+Blue) = 143+117+9=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7509 is #708AF6. Grayscale: #707070. Windows color (decimal): -7375607 or 619919. OLE color: 619919.

HSL color Cylindrical-coordinate representation of color #8F7509: hue angle of 48.36º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7509 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 117 9 -
CMYK 0 0.18 0.94 0.44
HSL 48.36º 0.88% 0.3% -
HSV(B) 48.36º 0.94% 0.56% -
XYZ 17.74 18.58 2.91 -
YUV 112.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 143 117 9 0 0.18 0.94 0.44 48.36 0.88 0.3
Hex 8F 75 9 0 12 5E 2C 30 58 1E
Octal 217 165 11 0 22 136 54 60 130 36
Binary 10001111 1110101 1001 0 10010 1011110 101100 110000 1011000 11110

Color Harmonies of #8F7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7509

Black with #8F7509

Text Example


Text Example

White with #8F7509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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