Html Css Color HEX #8B8013 Olive

📋 copy color: '#8B8013'

red 139 ◦ green 128 ◦ blue 19

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

Shades of Olive #8B8013

Tints of Olive #8B8013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.76%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 48.6%
G = 44.76%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8B8013 (or 0x8B8013) is known color: Olive. HEX triplet: 8B, 80 and 13. RGB value is (139,128,19). Sum of RGB (Red+Green+Blue) = 139+128+19=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8013 is #747FEC. Grayscale: #777777. Windows color (decimal): -7634925 or 1278091. OLE color: 1278091.

HSL color Cylindrical-coordinate representation of color #8B8013: hue angle of 54.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B8013 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 19 -
CMYK 0 0.08 0.86 0.45
HSL 54.5º 0.76% 0.31% -
HSV(B) 54.5º 0.86% 0.55% -
XYZ 18.48 20.97 3.69 -
YUV 118.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 139 128 19 0 0.08 0.86 0.45 54.5 0.76 0.31
Hex 8B 80 13 0 8 56 2D 36 4C 1F
Octal 213 200 23 0 10 126 55 66 114 37
Binary 10001011 10000000 10011 0 1000 1010110 101101 110110 1001100 11111

Color Harmonies of #8B8013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8013

Black with #8B8013

Text Example


Text Example

White with #8B8013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,128,19); }

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

background-color css

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

 a { background-color: rgb(139,128,19); }

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

border-color css

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

 span { border-color: rgb(139,128,19); }

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