Html Css Color HEX #8B880A Olive

📋 copy color: '#8B880A'

red 139 ◦ green 136 ◦ blue 10

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

Shades of Olive #8B880A

Tints of Olive #8B880A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 48.77%
G = 47.72%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B880A (or 0x8B880A) is known color: Olive. HEX triplet: 8B, 88 and 0A. RGB value is (139,136,10). Sum of RGB (Red+Green+Blue) = 139+136+10=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B880A is #7477F5. Grayscale: #7B7B7B. Windows color (decimal): -7632886 or 690315. OLE color: 690315.

HSL color Cylindrical-coordinate representation of color #8B880A: hue angle of 58.6º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B880A is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 136 10 -
CMYK 0 0.02 0.93 0.45
HSL 58.6º 0.87% 0.29% -
HSV(B) 58.6º 0.93% 0.55% -
XYZ 19.51 23.12 3.72 -
YUV 122.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 139 136 10 0 0.02 0.93 0.45 58.6 0.87 0.29
Hex 8B 88 A 0 2 5D 2D 3B 57 1D
Octal 213 210 12 0 2 135 55 73 127 35
Binary 10001011 10001000 1010 0 10 1011101 101101 111011 1010111 11101

Color Harmonies of #8B880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B880A

Black with #8B880A

Text Example


Text Example

White with #8B880A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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