Html Css Color HEX #8C7F09 Olive

📋 copy color: '#8C7F09'

red 140 ◦ green 127 ◦ blue 9

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

Shades of Olive #8C7F09

Tints of Olive #8C7F09

RGB

 RED value IS 140 (55.08% from 255) = 50.72%

 GREEN value IS 127 (50% from 255) = 46.01%

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

R = 50.72%
G = 46.01%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C7F09 (or 0x8C7F09) is known color: Olive. HEX triplet: 8C, 7F and 09. RGB value is (140,127,9). Sum of RGB (Red+Green+Blue) = 140+127+9=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F09 is #7380F6. Grayscale: #757575. Windows color (decimal): -7569655 or 622476. OLE color: 622476.

HSL color Cylindrical-coordinate representation of color #8C7F09: hue angle of 54.05º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C7F09 is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 127 9 -
CMYK 0 0.09 0.94 0.45
HSL 54.05º 0.88% 0.29% -
HSV(B) 54.05º 0.94% 0.55% -
XYZ 18.45 20.77 3.3 -
YUV 117.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 140 127 9 0 0.09 0.94 0.45 54.05 0.88 0.29
Hex 8C 7F 9 0 9 5E 2D 36 58 1D
Octal 214 177 11 0 11 136 55 66 130 35
Binary 10001100 1111111 1001 0 1001 1011110 101101 110110 1011000 11101

Color Harmonies of #8C7F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7F09

Black with #8C7F09

Text Example


Text Example

White with #8C7F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,9); }

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

background-color css

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

 a { background-color: rgb(140,127,9); }

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

border-color css

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

 span { border-color: rgb(140,127,9); }

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