Html Css Color HEX #887A0F Olive

📋 copy color: '#887A0F'

red 136 ◦ green 122 ◦ blue 15

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

Shades of Olive #887A0F

Tints of Olive #887A0F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

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

R = 49.82%
G = 44.69%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#887A0F (or 0x887A0F) is known color: Olive. HEX triplet: 88, 7A and 0F. RGB value is (136,122,15). Sum of RGB (Red+Green+Blue) = 136+122+15=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #887A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A0F is #7785F0. Grayscale: #727272. Windows color (decimal): -7833073 or 1014408. OLE color: 1014408.

HSL color Cylindrical-coordinate representation of color #887A0F: hue angle of 53.06º 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 #887A0F is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 15 -
CMYK 0 0.10 0.89 0.47
HSL 53.06º 0.8% 0.3% -
HSV(B) 53.06º 0.89% 0.53% -
XYZ 17.2 19.19 3.25 -
YUV 113.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 136 122 15 0 0.10 0.89 0.47 53.06 0.8 0.3
Hex 88 7A F 0 A 59 2F 35 50 1E
Octal 210 172 17 0 12 131 57 65 120 36
Binary 10001000 1111010 1111 0 1010 1011001 101111 110101 1010000 11110

Color Harmonies of #887A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A0F

Black with #887A0F

Text Example


Text Example

White with #887A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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