Html Css Color HEX #8C8313 Olive

📋 copy color: '#8C8313'

red 140 ◦ green 131 ◦ blue 19

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

Shades of Olive #8C8313

Tints of Olive #8C8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 48.28%
G = 45.17%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8C8313 (or 0x8C8313) is known color: Olive. HEX triplet: 8C, 83 and 13. RGB value is (140,131,19). Sum of RGB (Red+Green+Blue) = 140+131+19=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8313 is #737CEC. Grayscale: #797979. Windows color (decimal): -7568621 or 1278860. OLE color: 1278860.

HSL color Cylindrical-coordinate representation of color #8C8313: hue angle of 55.54º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C8313 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 131 19 -
CMYK 0 0.06 0.86 0.45
HSL 55.54º 0.76% 0.31% -
HSV(B) 55.54º 0.86% 0.55% -
XYZ 19.05 21.86 3.83 -
YUV 120.92 70.48 141.61 -
System Red Green Blue C M Y K H S L
Decimal 140 131 19 0 0.06 0.86 0.45 55.54 0.76 0.31
Hex 8C 83 13 0 6 56 2D 38 4C 1F
Octal 214 203 23 0 6 126 55 70 114 37
Binary 10001100 10000011 10011 0 110 1010110 101101 111000 1001100 11111

Color Harmonies of #8C8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8313

Black with #8C8313

Text Example


Text Example

White with #8C8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,131,19); }

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

background-color css

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

 a { background-color: rgb(140,131,19); }

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

border-color css

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

 span { border-color: rgb(140,131,19); }

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