Html Css Color HEX #87710A Olive

📋 copy color: '#87710A'

red 135 ◦ green 113 ◦ blue 10

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

Shades of Olive #87710A

Tints of Olive #87710A

RGB

 RED value IS 135 (53.13% from 255) = 52.33%

 GREEN value IS 113 (44.53% from 255) = 43.8%

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

R = 52.33%
G = 43.8%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87710A (or 0x87710A) is known color: Olive. HEX triplet: 87, 71 and 0A. RGB value is (135,113,10). Sum of RGB (Red+Green+Blue) = 135+113+10=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #87710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87710A is #788EF5. Grayscale: #6C6C6C. Windows color (decimal): -7900918 or 684423. OLE color: 684423.

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

Color convert

RGB 135 113 10 -
CMYK 0 0.16 0.93 0.47
HSL 49.44º 0.86% 0.28% -
HSV(B) 49.44º 0.93% 0.53% -
XYZ 15.95 16.98 2.72 -
YUV 107.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 135 113 10 0 0.16 0.93 0.47 49.44 0.86 0.28
Hex 87 71 A 0 10 5D 2F 31 56 1C
Octal 207 161 12 0 20 135 57 61 126 34
Binary 10000111 1110001 1010 0 10000 1011101 101111 110001 1010110 11100

Color Harmonies of #87710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87710A

Black with #87710A

Text Example


Text Example

White with #87710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87710A; }

 p { color: rgb(135,113,10); }

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

background-color css

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

 a { background-color: rgb(135,113,10); }

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

border-color css

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

 span { border-color: rgb(135,113,10); }

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