Html Css Color HEX #8C7004 Olive

📋 copy color: '#8C7004'

red 140 ◦ green 112 ◦ blue 4

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

Shades of Olive #8C7004

Tints of Olive #8C7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 54.69%
G = 43.75%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C7004 (or 0x8C7004) is known color: Olive. HEX triplet: 8C, 70 and 04. RGB value is (140,112,4). Sum of RGB (Red+Green+Blue) = 140+112+4=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7004 is #738FFB. Grayscale: #6C6C6C. Windows color (decimal): -7573500 or 290956. OLE color: 290956.

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

Color convert

RGB 140 112 4 -
CMYK 0 0.20 0.97 0.45
HSL 47.65º 0.94% 0.28% -
HSV(B) 47.65º 0.97% 0.55% -
XYZ 16.63 17.17 2.55 -
YUV 108.06 69.28 150.78 -
System Red Green Blue C M Y K H S L
Decimal 140 112 4 0 0.20 0.97 0.45 47.65 0.94 0.28
Hex 8C 70 4 0 14 61 2D 30 5E 1C
Octal 214 160 4 0 24 141 55 60 136 34
Binary 10001100 1110000 100 0 10100 1100001 101101 110000 1011110 11100

Color Harmonies of #8C7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7004

Black with #8C7004

Text Example


Text Example

White with #8C7004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,4); }

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

background-color css

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

 a { background-color: rgb(140,112,4); }

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

border-color css

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

 span { border-color: rgb(140,112,4); }

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