Html Css Color HEX #888110 Olive

📋 copy color: '#888110'

red 136 ◦ green 129 ◦ blue 16

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

Shades of Olive #888110

Tints of Olive #888110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 48.4%
G = 45.91%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#888110 (or 0x888110) is known color: Olive. HEX triplet: 88, 81 and 10. RGB value is (136,129,16). Sum of RGB (Red+Green+Blue) = 136+129+16=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #888110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888110 is #777EEF. Grayscale: #767676. Windows color (decimal): -7831280 or 1081736. OLE color: 1081736.

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

Color convert

RGB 136 129 16 -
CMYK 0 0.05 0.88 0.47
HSL 56.5º 0.79% 0.3% -
HSV(B) 56.5º 0.88% 0.53% -
XYZ 18.1 20.97 3.58 -
YUV 118.21 70.32 140.69 -
System Red Green Blue C M Y K H S L
Decimal 136 129 16 0 0.05 0.88 0.47 56.5 0.79 0.3
Hex 88 81 10 0 5 58 2F 38 4F 1E
Octal 210 201 20 0 5 130 57 70 117 36
Binary 10001000 10000001 10000 0 101 1011000 101111 111000 1001111 11110

Color Harmonies of #888110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888110

Black with #888110

Text Example


Text Example

White with #888110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888110; }

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

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

background-color css

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

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

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

border-color css

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

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

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