Html Css Color HEX #8F8009 Olive

📋 copy color: '#8F8009'

red 143 ◦ green 128 ◦ blue 9

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

Shades of Olive #8F8009

Tints of Olive #8F8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 51.07%
G = 45.71%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F8009 (or 0x8F8009) is known color: Olive. HEX triplet: 8F, 80 and 09. RGB value is (143,128,9). Sum of RGB (Red+Green+Blue) = 143+128+9=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8009 is #707FF6. Grayscale: #777777. Windows color (decimal): -7372791 or 622735. OLE color: 622735.

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

Color convert

RGB 143 128 9 -
CMYK 0 0.10 0.94 0.44
HSL 53.28º 0.88% 0.3% -
HSV(B) 53.28º 0.94% 0.56% -
XYZ 19.1 21.3 3.36 -
YUV 118.92 65.97 145.18 -
System Red Green Blue C M Y K H S L
Decimal 143 128 9 0 0.10 0.94 0.44 53.28 0.88 0.3
Hex 8F 80 9 0 A 5E 2C 35 58 1E
Octal 217 200 11 0 12 136 54 65 130 36
Binary 10001111 10000000 1001 0 1010 1011110 101100 110101 1011000 11110

Color Harmonies of #8F8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F8009

Black with #8F8009

Text Example


Text Example

White with #8F8009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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