Html Css Color HEX #87770B Olive

📋 copy color: '#87770B'

red 135 ◦ green 119 ◦ blue 11

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

Shades of Olive #87770B

Tints of Olive #87770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.91%

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 50.94%
G = 44.91%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87770B (or 0x87770B) is known color: Olive. HEX triplet: 87, 77 and 0B. RGB value is (135,119,11). Sum of RGB (Red+Green+Blue) = 135+119+11=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87770B is #7888F4. Grayscale: #6F6F6F. Windows color (decimal): -7899381 or 751495. OLE color: 751495.

HSL color Cylindrical-coordinate representation of color #87770B: hue angle of 52.26º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87770B is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 119 11 -
CMYK 0 0.12 0.92 0.47
HSL 52.26º 0.85% 0.29% -
HSV(B) 52.26º 0.92% 0.53% -
XYZ 16.65 18.37 2.98 -
YUV 111.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 135 119 11 0 0.12 0.92 0.47 52.26 0.85 0.29
Hex 87 77 B 0 C 5C 2F 34 55 1D
Octal 207 167 13 0 14 134 57 64 125 35
Binary 10000111 1110111 1011 0 1100 1011100 101111 110100 1010101 11101

Color Harmonies of #87770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87770B

Black with #87770B

Text Example


Text Example

White with #87770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87770B; }

 p { color: rgb(135,119,11); }

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

background-color css

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

 a { background-color: rgb(135,119,11); }

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

border-color css

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

 span { border-color: rgb(135,119,11); }

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