Html Css Color HEX #88870F Olive

📋 copy color: '#88870F'

red 136 ◦ green 135 ◦ blue 15

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

Shades of Olive #88870F

Tints of Olive #88870F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 47.55%
G = 47.2%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#88870F (or 0x88870F) is known color: Olive. HEX triplet: 88, 87 and 0F. RGB value is (136,135,15). Sum of RGB (Red+Green+Blue) = 136+135+15=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88870F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88870F is #7778F0. Grayscale: #7A7A7A. Windows color (decimal): -7829745 or 1017736. OLE color: 1017736.

HSL color Cylindrical-coordinate representation of color #88870F: hue angle of 59.5º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88870F is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 135 15 -
CMYK 0 0.01 0.89 0.47
HSL 59.5º 0.8% 0.3% -
HSV(B) 59.5º 0.89% 0.53% -
XYZ 18.9 22.6 3.82 -
YUV 121.62 67.83 138.26 -
System Red Green Blue C M Y K H S L
Decimal 136 135 15 0 0.01 0.89 0.47 59.5 0.8 0.3
Hex 88 87 F 0 1 59 2F 3C 50 1E
Octal 210 207 17 0 1 131 57 74 120 36
Binary 10001000 10000111 1111 0 1 1011001 101111 111100 1010000 11110

Color Harmonies of #88870F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88870F

Black with #88870F

Text Example


Text Example

White with #88870F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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