Html Css Color HEX #888113 Olive

📋 copy color: '#888113'

red 136 ◦ green 129 ◦ blue 19

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

Shades of Olive #888113

Tints of Olive #888113

RGB

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

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

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

R = 47.89%
G = 45.42%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#888113 (or 0x888113) is known color: Olive. HEX triplet: 88, 81 and 13. RGB value is (136,129,19). Sum of RGB (Red+Green+Blue) = 136+129+19=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #888113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888113 is #777EEC. Grayscale: #777777. Windows color (decimal): -7831277 or 1278344. OLE color: 1278344.

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

Color convert

RGB 136 129 19 -
CMYK 0 0.05 0.86 0.47
HSL 56.41º 0.75% 0.3% -
HSV(B) 56.41º 0.86% 0.53% -
XYZ 18.12 20.98 3.71 -
YUV 118.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 136 129 19 0 0.05 0.86 0.47 56.41 0.75 0.3
Hex 88 81 13 0 5 56 2F 38 4B 1E
Octal 210 201 23 0 5 126 57 70 113 36
Binary 10001000 10000001 10011 0 101 1010110 101111 111000 1001011 11110

Color Harmonies of #888113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888113

Black with #888113

Text Example


Text Example

White with #888113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888113; }

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

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

background-color css

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

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

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

border-color css

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

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

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