Html Css Color HEX #8A7C11 Olive

📋 copy color: '#8A7C11'

red 138 ◦ green 124 ◦ blue 17

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

Shades of Olive #8A7C11

Tints of Olive #8A7C11

RGB

 RED value IS 138 (54.3% from 255) = 49.46%

 GREEN value IS 124 (48.83% from 255) = 44.44%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 49.46%
G = 44.44%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#8A7C11 (or 0x8A7C11) is known color: Olive. HEX triplet: 8A, 7C and 11. RGB value is (138,124,17). Sum of RGB (Red+Green+Blue) = 138+124+17=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7C11 is #7583EE. Grayscale: #747474. Windows color (decimal): -7701487 or 1145994. OLE color: 1145994.

HSL color Cylindrical-coordinate representation of color #8A7C11: hue angle of 53.06º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A7C11 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 124 17 -
CMYK 0 0.10 0.88 0.46
HSL 53.06º 0.78% 0.3% -
HSV(B) 53.06º 0.88% 0.54% -
XYZ 17.79 19.86 3.43 -
YUV 115.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 138 124 17 0 0.10 0.88 0.46 53.06 0.78 0.3
Hex 8A 7C 11 0 A 58 2E 35 4E 1E
Octal 212 174 21 0 12 130 56 65 116 36
Binary 10001010 1111100 10001 0 1010 1011000 101110 110101 1001110 11110

Color Harmonies of #8A7C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C11

Black with #8A7C11

Text Example


Text Example

White with #8A7C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,17); }

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

background-color css

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

 a { background-color: rgb(138,124,17); }

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

border-color css

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

 span { border-color: rgb(138,124,17); }

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