Html Css Color HEX #8B7101 Olive

📋 copy color: '#8B7101'

red 139 ◦ green 113 ◦ blue 1

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

Shades of Olive #8B7101

Tints of Olive #8B7101

RGB

 RED value IS 139 (54.69% from 255) = 54.94%

 GREEN value IS 113 (44.53% from 255) = 44.66%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 54.94%
G = 44.66%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8B7101 (or 0x8B7101) is known color: Olive. HEX triplet: 8B, 71 and 01. RGB value is (139,113,1). Sum of RGB (Red+Green+Blue) = 139+113+1=253 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.94% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7101 is #748EFE. Grayscale: #6C6C6C. Windows color (decimal): -7638783 or 94603. OLE color: 94603.

HSL color Cylindrical-coordinate representation of color #8B7101: hue angle of 48.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B7101 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 113 1 -
CMYK 0 0.19 0.99 0.45
HSL 48.7º 0.99% 0.27% -
HSV(B) 48.7º 0.99% 0.55% -
XYZ 16.56 17.3 2.5 -
YUV 108.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 139 113 1 0 0.19 0.99 0.45 48.7 0.99 0.27
Hex 8B 71 1 0 13 63 2D 31 63 1B
Octal 213 161 1 0 23 143 55 61 143 33
Binary 10001011 1110001 1 0 10011 1100011 101101 110001 1100011 11011

Color Harmonies of #8B7101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7101

Black with #8B7101

Text Example


Text Example

White with #8B7101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,113,1); }

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

background-color css

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

 a { background-color: rgb(139,113,1); }

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

border-color css

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

 span { border-color: rgb(139,113,1); }

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