Html Css Color HEX #887008 Olive

📋 copy color: '#887008'

red 136 ◦ green 112 ◦ blue 8

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

Shades of Olive #887008

Tints of Olive #887008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 53.13%
G = 43.75%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#887008 (or 0x887008) is known color: Olive. HEX triplet: 88, 70 and 08. RGB value is (136,112,8). Sum of RGB (Red+Green+Blue) = 136+112+8=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #887008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887008 is #778FF7. Grayscale: #6B6B6B. Windows color (decimal): -7835640 or 553096. OLE color: 553096.

HSL color Cylindrical-coordinate representation of color #887008: hue angle of 48.75º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #887008 is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 8 -
CMYK 0 0.18 0.94 0.47
HSL 48.75º 0.89% 0.28% -
HSV(B) 48.75º 0.94% 0.53% -
XYZ 15.99 16.84 2.64 -
YUV 107.32 71.95 148.46 -
System Red Green Blue C M Y K H S L
Decimal 136 112 8 0 0.18 0.94 0.47 48.75 0.89 0.28
Hex 88 70 8 0 12 5E 2F 31 59 1C
Octal 210 160 10 0 22 136 57 61 131 34
Binary 10001000 1110000 1000 0 10010 1011110 101111 110001 1011001 11100

Color Harmonies of #887008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887008

Black with #887008

Text Example


Text Example

White with #887008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887008; }

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

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

background-color css

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

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

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

border-color css

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

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

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