Html Css Color HEX #887E10 Olive

📋 copy color: '#887E10'

red 136 ◦ green 126 ◦ blue 16

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

Shades of Olive #887E10

Tints of Olive #887E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 48.92%
G = 45.32%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#887E10 (or 0x887E10) is known color: Olive. HEX triplet: 88, 7E and 10. RGB value is (136,126,16). Sum of RGB (Red+Green+Blue) = 136+126+16=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #887E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887E10 is #7781EF. Grayscale: #747474. Windows color (decimal): -7832048 or 1080968. OLE color: 1080968.

HSL color Cylindrical-coordinate representation of color #887E10: hue angle of 55º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #887E10 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 126 16 -
CMYK 0 0.07 0.88 0.47
HSL 55º 0.79% 0.3% -
HSV(B) 55º 0.88% 0.53% -
XYZ 17.71 20.19 3.45 -
YUV 116.45 71.31 141.94 -
System Red Green Blue C M Y K H S L
Decimal 136 126 16 0 0.07 0.88 0.47 55 0.79 0.3
Hex 88 7E 10 0 7 58 2F 37 4F 1E
Octal 210 176 20 0 7 130 57 67 117 36
Binary 10001000 1111110 10000 0 111 1011000 101111 110111 1001111 11110

Color Harmonies of #887E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E10

Black with #887E10

Text Example


Text Example

White with #887E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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