Html Css Color HEX #8B7500 Olive

📋 copy color: '#8B7500'

red 139 ◦ green 117 ◦ blue 0

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

Shades of Olive #8B7500

Tints of Olive #8B7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.3%
G = 45.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B7500 (or 0x8B7500) is known color: Olive. HEX triplet: 8B, 75 and 00. RGB value is (139,117,0). Sum of RGB (Red+Green+Blue) = 139+117+0=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7500 is #748AFF. Grayscale: #6E6E6E. Windows color (decimal): -7637760 or 30091. OLE color: 30091.

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

Color convert

RGB 139 117 0 -
CMYK 0 0.16 1 0.45
HSL 50.5º 1% 0.27% -
HSV(B) 50.5º 1% 0.55% -
XYZ 17.01 18.21 2.62 -
YUV 110.24 65.79 148.51 -
System Red Green Blue C M Y K H S L
Decimal 139 117 0 0 0.16 1 0.45 50.5 1 0.27
Hex 8B 75 0 0 10 64 2D 33 64 1B
Octal 213 165 0 0 20 144 55 63 144 33
Binary 10001011 1110101 0 0 10000 1100100 101101 110011 1100100 11011

Color Harmonies of #8B7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7500

Black with #8B7500

Text Example


Text Example

White with #8B7500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,0); }

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

background-color css

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

 a { background-color: rgb(139,117,0); }

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

border-color css

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

 span { border-color: rgb(139,117,0); }

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