Html Css Color HEX #8C7306 Olive

📋 copy color: '#8C7306'

red 140 ◦ green 115 ◦ blue 6

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

Shades of Olive #8C7306

Tints of Olive #8C7306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 53.64%
G = 44.06%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8C7306 (or 0x8C7306) is known color: Olive. HEX triplet: 8C, 73 and 06. RGB value is (140,115,6). Sum of RGB (Red+Green+Blue) = 140+115+6=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7306 is #738CF9. Grayscale: #6E6E6E. Windows color (decimal): -7572730 or 422796. OLE color: 422796.

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

Color convert

RGB 140 115 6 -
CMYK 0 0.18 0.96 0.45
HSL 48.81º 0.92% 0.29% -
HSV(B) 48.81º 0.96% 0.55% -
XYZ 16.98 17.85 2.72 -
YUV 110.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 140 115 6 0 0.18 0.96 0.45 48.81 0.92 0.29
Hex 8C 73 6 0 12 60 2D 31 5C 1D
Octal 214 163 6 0 22 140 55 61 134 35
Binary 10001100 1110011 110 0 10010 1100000 101101 110001 1011100 11101

Color Harmonies of #8C7306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7306

Black with #8C7306

Text Example


Text Example

White with #8C7306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,115,6); }

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

background-color css

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

 a { background-color: rgb(140,115,6); }

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

border-color css

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

 span { border-color: rgb(140,115,6); }

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