Html Css Color HEX #887A0A Olive

📋 copy color: '#887A0A'

red 136 ◦ green 122 ◦ blue 10

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

Shades of Olive #887A0A

Tints of Olive #887A0A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 45.52%

 BLUE value IS 10 (4.3% from 255) = 3.73%

R = 50.75%
G = 45.52%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#887A0A (or 0x887A0A) is known color: Olive. HEX triplet: 88, 7A and 0A. RGB value is (136,122,10). Sum of RGB (Red+Green+Blue) = 136+122+10=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #887A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A0A is #7785F5. Grayscale: #717171. Windows color (decimal): -7833078 or 686728. OLE color: 686728.

HSL color Cylindrical-coordinate representation of color #887A0A: hue angle of 53.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #887A0A is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 122 10 -
CMYK 0 0.10 0.93 0.47
HSL 53.33º 0.86% 0.29% -
HSV(B) 53.33º 0.93% 0.53% -
XYZ 17.17 19.18 3.08 -
YUV 113.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 136 122 10 0 0.10 0.93 0.47 53.33 0.86 0.29
Hex 88 7A A 0 A 5D 2F 35 56 1D
Octal 210 172 12 0 12 135 57 65 126 35
Binary 10001000 1111010 1010 0 1010 1011101 101111 110101 1010110 11101

Color Harmonies of #887A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887A0A

Black with #887A0A

Text Example


Text Example

White with #887A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887A0A; }

 p { color: rgb(136,122,10); }

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

background-color css

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

 a { background-color: rgb(136,122,10); }

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

border-color css

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

 span { border-color: rgb(136,122,10); }

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