Html Css Color HEX #8B7704 Olive

📋 copy color: '#8B7704'

red 139 ◦ green 119 ◦ blue 4

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

Shades of Olive #8B7704

Tints of Olive #8B7704

RGB

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

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

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

R = 53.05%
G = 45.42%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B7704 (or 0x8B7704) is known color: Olive. HEX triplet: 8B, 77 and 04. RGB value is (139,119,4). Sum of RGB (Red+Green+Blue) = 139+119+4=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B7704 is #7488FB. Grayscale: #707070. Windows color (decimal): -7637244 or 292747. OLE color: 292747.

HSL color Cylindrical-coordinate representation of color #8B7704: hue angle of 51.11º 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 #8B7704 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 119 4 -
CMYK 0 0.14 0.97 0.45
HSL 51.11º 0.94% 0.28% -
HSV(B) 51.11º 0.97% 0.55% -
XYZ 17.27 18.69 2.81 -
YUV 111.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 139 119 4 0 0.14 0.97 0.45 51.11 0.94 0.28
Hex 8B 77 4 0 E 61 2D 33 5E 1C
Octal 213 167 4 0 16 141 55 63 136 34
Binary 10001011 1110111 100 0 1110 1100001 101101 110011 1011110 11100

Color Harmonies of #8B7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7704

Black with #8B7704

Text Example


Text Example

White with #8B7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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