Html Css Color HEX #887401 Olive

📋 copy color: '#887401'

red 136 ◦ green 116 ◦ blue 1

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

Shades of Olive #887401

Tints of Olive #887401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.85%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 53.75%
G = 45.85%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887401 (or 0x887401) is known color: Olive. HEX triplet: 88, 74 and 01. RGB value is (136,116,1). Sum of RGB (Red+Green+Blue) = 136+116+1=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #887401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887401 is #778BFE. Grayscale: #6D6D6D. Windows color (decimal): -7834623 or 95368. OLE color: 95368.

HSL color Cylindrical-coordinate representation of color #887401: hue angle of 51.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #887401 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 116 1 -
CMYK 0 0.15 0.99 0.47
HSL 51.11º 0.99% 0.27% -
HSV(B) 51.11º 0.99% 0.53% -
XYZ 16.4 17.73 2.59 -
YUV 108.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 136 116 1 0 0.15 0.99 0.47 51.11 0.99 0.27
Hex 88 74 1 0 F 63 2F 33 63 1B
Octal 210 164 1 0 17 143 57 63 143 33
Binary 10001000 1110100 1 0 1111 1100011 101111 110011 1100011 11011

Color Harmonies of #887401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887401

Black with #887401

Text Example


Text Example

White with #887401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887401; }

 p { color: rgb(136,116,1); }

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

background-color css

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

 a { background-color: rgb(136,116,1); }

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

border-color css

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

 span { border-color: rgb(136,116,1); }

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