Html Css Color HEX #888112 Olive

📋 copy color: '#888112'

red 136 ◦ green 129 ◦ blue 18

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

Shades of Olive #888112

Tints of Olive #888112

RGB

 RED value IS 136 (53.52% from 255) = 48.06%

 GREEN value IS 129 (50.78% from 255) = 45.58%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 48.06%
G = 45.58%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#888112 (or 0x888112) is known color: Olive. HEX triplet: 88, 81 and 12. RGB value is (136,129,18). Sum of RGB (Red+Green+Blue) = 136+129+18=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #888112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888112 is #777EED. Grayscale: #767676. Windows color (decimal): -7831278 or 1212808. OLE color: 1212808.

HSL color Cylindrical-coordinate representation of color #888112: hue angle of 56.44º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #888112 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 18 -
CMYK 0 0.05 0.87 0.47
HSL 56.44º 0.77% 0.3% -
HSV(B) 56.44º 0.87% 0.53% -
XYZ 18.11 20.98 3.67 -
YUV 118.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 136 129 18 0 0.05 0.87 0.47 56.44 0.77 0.3
Hex 88 81 12 0 5 57 2F 38 4D 1E
Octal 210 201 22 0 5 127 57 70 115 36
Binary 10001000 10000001 10010 0 101 1010111 101111 111000 1001101 11110

Color Harmonies of #888112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888112

Black with #888112

Text Example


Text Example

White with #888112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888112; }

 p { color: rgb(136,129,18); }

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

background-color css

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

 a { background-color: rgb(136,129,18); }

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

border-color css

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

 span { border-color: rgb(136,129,18); }

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