Html Css Color HEX #887804 Olive

📋 copy color: '#887804'

red 136 ◦ green 120 ◦ blue 4

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

Shades of Olive #887804

Tints of Olive #887804

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.15%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 52.31%
G = 46.15%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#887804 (or 0x887804) is known color: Olive. HEX triplet: 88, 78 and 04. RGB value is (136,120,4). Sum of RGB (Red+Green+Blue) = 136+120+4=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #887804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887804 is #7787FB. Grayscale: #707070. Windows color (decimal): -7833596 or 293000. OLE color: 293000.

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

Color convert

RGB 136 120 4 -
CMYK 0 0.12 0.97 0.47
HSL 52.73º 0.94% 0.27% -
HSV(B) 52.73º 0.97% 0.53% -
XYZ 16.89 18.68 2.83 -
YUV 111.56 67.3 145.43 -
System Red Green Blue C M Y K H S L
Decimal 136 120 4 0 0.12 0.97 0.47 52.73 0.94 0.27
Hex 88 78 4 0 C 61 2F 35 5E 1B
Octal 210 170 4 0 14 141 57 65 136 33
Binary 10001000 1111000 100 0 1100 1100001 101111 110101 1011110 11011

Color Harmonies of #887804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887804

Black with #887804

Text Example


Text Example

White with #887804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887804; }

 p { color: rgb(136,120,4); }

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

background-color css

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

 a { background-color: rgb(136,120,4); }

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

border-color css

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

 span { border-color: rgb(136,120,4); }

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