Html Css Color HEX #8D770E Olive

📋 copy color: '#8D770E'

red 141 ◦ green 119 ◦ blue 14

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

Shades of Olive #8D770E

Tints of Olive #8D770E

RGB

 RED value IS 141 (55.47% from 255) = 51.46%

 GREEN value IS 119 (46.88% from 255) = 43.43%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 51.46%
G = 43.43%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D770E (or 0x8D770E) is known color: Olive. HEX triplet: 8D, 77 and 0E. RGB value is (141,119,14). Sum of RGB (Red+Green+Blue) = 141+119+14=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D770E is #7288F1. Grayscale: #727272. Windows color (decimal): -7506162 or 948109. OLE color: 948109.

HSL color Cylindrical-coordinate representation of color #8D770E: hue angle of 49.61º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D770E is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 119 14 -
CMYK 0 0.16 0.90 0.45
HSL 49.61º 0.82% 0.3% -
HSV(B) 49.61º 0.9% 0.55% -
XYZ 17.66 18.89 3.13 -
YUV 113.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 141 119 14 0 0.16 0.90 0.45 49.61 0.82 0.3
Hex 8D 77 E 0 10 5A 2D 32 52 1E
Octal 215 167 16 0 20 132 55 62 122 36
Binary 10001101 1110111 1110 0 10000 1011010 101101 110010 1010010 11110

Color Harmonies of #8D770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D770E

Black with #8D770E

Text Example


Text Example

White with #8D770E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,119,14); }

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

background-color css

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

 a { background-color: rgb(141,119,14); }

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

border-color css

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

 span { border-color: rgb(141,119,14); }

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