Html Css Color HEX #87760A Olive

📋 copy color: '#87760A'

red 135 ◦ green 118 ◦ blue 10

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

Shades of Olive #87760A

Tints of Olive #87760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 51.33%
G = 44.87%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87760A (or 0x87760A) is known color: Olive. HEX triplet: 87, 76 and 0A. RGB value is (135,118,10). Sum of RGB (Red+Green+Blue) = 135+118+10=263 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.33% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 135 - color contains mainly: red. Hex color #87760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87760A is #7889F5. Grayscale: #6F6F6F. Windows color (decimal): -7899638 or 685703. OLE color: 685703.

HSL color Cylindrical-coordinate representation of color #87760A: hue angle of 51.84º 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 #87760A is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 118 10 -
CMYK 0 0.13 0.93 0.47
HSL 51.84º 0.86% 0.28% -
HSV(B) 51.84º 0.93% 0.53% -
XYZ 16.52 18.13 2.92 -
YUV 110.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 135 118 10 0 0.13 0.93 0.47 51.84 0.86 0.28
Hex 87 76 A 0 D 5D 2F 34 56 1C
Octal 207 166 12 0 15 135 57 64 126 34
Binary 10000111 1110110 1010 0 1101 1011101 101111 110100 1010110 11100

Color Harmonies of #87760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87760A

Black with #87760A

Text Example


Text Example

White with #87760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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