Html Css Color HEX #8B880C Olive

📋 copy color: '#8B880C'

red 139 ◦ green 136 ◦ blue 12

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

Shades of Olive #8B880C

Tints of Olive #8B880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 48.43%
G = 47.39%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B880C (or 0x8B880C) is known color: Olive. HEX triplet: 8B, 88 and 0C. RGB value is (139,136,12). Sum of RGB (Red+Green+Blue) = 139+136+12=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B880C is #7477F3. Grayscale: #7B7B7B. Windows color (decimal): -7632884 or 821387. OLE color: 821387.

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

Color convert

RGB 139 136 12 -
CMYK 0 0.02 0.91 0.45
HSL 58.58º 0.84% 0.3% -
HSV(B) 58.58º 0.91% 0.55% -
XYZ 19.52 23.12 3.78 -
YUV 122.76 65.49 139.58 -
System Red Green Blue C M Y K H S L
Decimal 139 136 12 0 0.02 0.91 0.45 58.58 0.84 0.3
Hex 8B 88 C 0 2 5B 2D 3B 54 1E
Octal 213 210 14 0 2 133 55 73 124 36
Binary 10001011 10001000 1100 0 10 1011011 101101 111011 1010100 11110

Color Harmonies of #8B880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B880C

Black with #8B880C

Text Example


Text Example

White with #8B880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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