Html Css Color HEX #887802 Olive

📋 copy color: '#887802'

red 136 ◦ green 120 ◦ blue 2

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

Shades of Olive #887802

Tints of Olive #887802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 52.71%
G = 46.51%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#887802 (or 0x887802) is known color: Olive. HEX triplet: 88, 78 and 02. RGB value is (136,120,2). Sum of RGB (Red+Green+Blue) = 136+120+2=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #887802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887802 is #7787FD. Grayscale: #6F6F6F. Windows color (decimal): -7833598 or 161928. OLE color: 161928.

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

Color convert

RGB 136 120 2 -
CMYK 0 0.12 0.99 0.47
HSL 52.84º 0.97% 0.27% -
HSV(B) 52.84º 0.99% 0.53% -
XYZ 16.88 18.67 2.77 -
YUV 111.33 66.3 145.59 -
System Red Green Blue C M Y K H S L
Decimal 136 120 2 0 0.12 0.99 0.47 52.84 0.97 0.27
Hex 88 78 2 0 C 63 2F 35 61 1B
Octal 210 170 2 0 14 143 57 65 141 33
Binary 10001000 1111000 10 0 1100 1100011 101111 110101 1100001 11011

Color Harmonies of #887802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887802

Black with #887802

Text Example


Text Example

White with #887802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887802; }

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

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

background-color css

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

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

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

border-color css

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

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

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