Html Css Color HEX #88870D Olive

📋 copy color: '#88870D'

red 136 ◦ green 135 ◦ blue 13

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

Shades of Olive #88870D

Tints of Olive #88870D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.54%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 47.89%
G = 47.54%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#88870D (or 0x88870D) is known color: Olive. HEX triplet: 88, 87 and 0D. RGB value is (136,135,13). Sum of RGB (Red+Green+Blue) = 136+135+13=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88870D is #7778F2. Grayscale: #797979. Windows color (decimal): -7829747 or 886664. OLE color: 886664.

HSL color Cylindrical-coordinate representation of color #88870D: hue angle of 59.51º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88870D is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 13 -
CMYK 0 0.01 0.90 0.47
HSL 59.51º 0.83% 0.29% -
HSV(B) 59.51º 0.9% 0.53% -
XYZ 18.89 22.59 3.75 -
YUV 121.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 136 135 13 0 0.01 0.90 0.47 59.51 0.83 0.29
Hex 88 87 D 0 1 5A 2F 3C 53 1D
Octal 210 207 15 0 1 132 57 74 123 35
Binary 10001000 10000111 1101 0 1 1011010 101111 111100 1010011 11101

Color Harmonies of #88870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88870D

Black with #88870D

Text Example


Text Example

White with #88870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88870D; }

 p { color: rgb(136,135,13); }

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

background-color css

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

 a { background-color: rgb(136,135,13); }

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

border-color css

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

 span { border-color: rgb(136,135,13); }

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