Html Css Color HEX #8B7204 Olive

📋 copy color: '#8B7204'

red 139 ◦ green 114 ◦ blue 4

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

Shades of Olive #8B7204

Tints of Olive #8B7204

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 54.09%
G = 44.36%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B7204 (or 0x8B7204) is known color: Olive. HEX triplet: 8B, 72 and 04. RGB value is (139,114,4). Sum of RGB (Red+Green+Blue) = 139+114+4=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7204 is #748DFB. Grayscale: #6D6D6D. Windows color (decimal): -7638524 or 291467. OLE color: 291467.

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

Color convert

RGB 139 114 4 -
CMYK 0 0.18 0.97 0.45
HSL 48.89º 0.94% 0.28% -
HSV(B) 48.89º 0.97% 0.55% -
XYZ 16.69 17.53 2.62 -
YUV 108.94 68.78 149.44 -
System Red Green Blue C M Y K H S L
Decimal 139 114 4 0 0.18 0.97 0.45 48.89 0.94 0.28
Hex 8B 72 4 0 12 61 2D 31 5E 1C
Octal 213 162 4 0 22 141 55 61 136 34
Binary 10001011 1110010 100 0 10010 1100001 101101 110001 1011110 11100

Color Harmonies of #8B7204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7204

Black with #8B7204

Text Example


Text Example

White with #8B7204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,114,4); }

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

background-color css

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

 a { background-color: rgb(139,114,4); }

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

border-color css

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

 span { border-color: rgb(139,114,4); }

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