Html Css Color HEX #887005 Olive

📋 copy color: '#887005'

red 136 ◦ green 112 ◦ blue 5

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

Shades of Olive #887005

Tints of Olive #887005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 53.75%
G = 44.27%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#887005 (or 0x887005) is known color: Olive. HEX triplet: 88, 70 and 05. RGB value is (136,112,5). Sum of RGB (Red+Green+Blue) = 136+112+5=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #887005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887005 is #778FFA. Grayscale: #6B6B6B. Windows color (decimal): -7835643 or 356488. OLE color: 356488.

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

Color convert

RGB 136 112 5 -
CMYK 0 0.18 0.96 0.47
HSL 49.01º 0.93% 0.28% -
HSV(B) 49.01º 0.96% 0.53% -
XYZ 15.97 16.83 2.55 -
YUV 106.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 136 112 5 0 0.18 0.96 0.47 49.01 0.93 0.28
Hex 88 70 5 0 12 60 2F 31 5D 1C
Octal 210 160 5 0 22 140 57 61 135 34
Binary 10001000 1110000 101 0 10010 1100000 101111 110001 1011101 11100

Color Harmonies of #887005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887005

Black with #887005

Text Example


Text Example

White with #887005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887005; }

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

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

background-color css

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

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

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

border-color css

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

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

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