Html Css Color HEX #887001 Olive

📋 copy color: '#887001'

red 136 ◦ green 112 ◦ blue 1

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

Shades of Olive #887001

Tints of Olive #887001

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 54.62%
G = 44.98%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887001 (or 0x887001) is known color: Olive. HEX triplet: 88, 70 and 01. RGB value is (136,112,1). Sum of RGB (Red+Green+Blue) = 136+112+1=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #887001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887001 is #778FFE. Grayscale: #6A6A6A. Windows color (decimal): -7835647 or 94344. OLE color: 94344.

HSL color Cylindrical-coordinate representation of color #887001: hue angle of 49.33º 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 #887001 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 1 -
CMYK 0 0.18 0.99 0.47
HSL 49.33º 0.99% 0.27% -
HSV(B) 49.33º 0.99% 0.53% -
XYZ 15.95 16.82 2.44 -
YUV 106.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 136 112 1 0 0.18 0.99 0.47 49.33 0.99 0.27
Hex 88 70 1 0 12 63 2F 31 63 1B
Octal 210 160 1 0 22 143 57 61 143 33
Binary 10001000 1110000 1 0 10010 1100011 101111 110001 1100011 11011

Color Harmonies of #887001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887001

Black with #887001

Text Example


Text Example

White with #887001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887001; }

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

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

background-color css

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

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

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

border-color css

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

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

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