Html Css Color HEX #8B880E Olive

📋 copy color: '#8B880E'

red 139 ◦ green 136 ◦ blue 14

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

Shades of Olive #8B880E

Tints of Olive #8B880E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.06%

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 48.1%
G = 47.06%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8B880E (or 0x8B880E) is known color: Olive. HEX triplet: 8B, 88 and 0E. RGB value is (139,136,14). Sum of RGB (Red+Green+Blue) = 139+136+14=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B880E is #7477F1. Grayscale: #7B7B7B. Windows color (decimal): -7632882 or 952459. OLE color: 952459.

HSL color Cylindrical-coordinate representation of color #8B880E: hue angle of 58.56º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B880E is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 136 14 -
CMYK 0 0.02 0.90 0.45
HSL 58.56º 0.82% 0.3% -
HSV(B) 58.56º 0.9% 0.55% -
XYZ 19.53 23.13 3.85 -
YUV 122.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 139 136 14 0 0.02 0.90 0.45 58.56 0.82 0.3
Hex 8B 88 E 0 2 5A 2D 3B 52 1E
Octal 213 210 16 0 2 132 55 73 122 36
Binary 10001011 10001000 1110 0 10 1011010 101101 111011 1010010 11110

Color Harmonies of #8B880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B880E

Black with #8B880E

Text Example


Text Example

White with #8B880E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,136,14); }

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

background-color css

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

 a { background-color: rgb(139,136,14); }

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

border-color css

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

 span { border-color: rgb(139,136,14); }

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