Html Css Color HEX #887E0F Olive

📋 copy color: '#887E0F'

red 136 ◦ green 126 ◦ blue 15

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

Shades of Olive #887E0F

Tints of Olive #887E0F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.49%

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

R = 49.1%
G = 45.49%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#887E0F (or 0x887E0F) is known color: Olive. HEX triplet: 88, 7E and 0F. RGB value is (136,126,15). Sum of RGB (Red+Green+Blue) = 136+126+15=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #887E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887E0F is #7781F0. Grayscale: #747474. Windows color (decimal): -7832049 or 1015432. OLE color: 1015432.

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

Color convert

RGB 136 126 15 -
CMYK 0 0.07 0.89 0.47
HSL 55.04º 0.8% 0.3% -
HSV(B) 55.04º 0.89% 0.53% -
XYZ 17.7 20.19 3.42 -
YUV 116.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 136 126 15 0 0.07 0.89 0.47 55.04 0.8 0.3
Hex 88 7E F 0 7 59 2F 37 50 1E
Octal 210 176 17 0 7 131 57 67 120 36
Binary 10001000 1111110 1111 0 111 1011001 101111 110111 1010000 11110

Color Harmonies of #887E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E0F

Black with #887E0F

Text Example


Text Example

White with #887E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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