Html Css Color HEX #8C7003 Olive

📋 copy color: '#8C7003'

red 140 ◦ green 112 ◦ blue 3

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

Shades of Olive #8C7003

Tints of Olive #8C7003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.18%

R = 54.9%
G = 43.92%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8C7003 (or 0x8C7003) is known color: Olive. HEX triplet: 8C, 70 and 03. RGB value is (140,112,3). Sum of RGB (Red+Green+Blue) = 140+112+3=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7003 is #738FFC. Grayscale: #6C6C6C. Windows color (decimal): -7573501 or 225420. OLE color: 225420.

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

Color convert

RGB 140 112 3 -
CMYK 0 0.20 0.98 0.45
HSL 47.74º 0.96% 0.28% -
HSV(B) 47.74º 0.98% 0.55% -
XYZ 16.63 17.17 2.52 -
YUV 107.95 68.78 150.86 -
System Red Green Blue C M Y K H S L
Decimal 140 112 3 0 0.20 0.98 0.45 47.74 0.96 0.28
Hex 8C 70 3 0 14 62 2D 30 60 1C
Octal 214 160 3 0 24 142 55 60 140 34
Binary 10001100 1110000 11 0 10100 1100010 101101 110000 1100000 11100

Color Harmonies of #8C7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7003

Black with #8C7003

Text Example


Text Example

White with #8C7003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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