Html Css Color HEX #87770F Olive

📋 copy color: '#87770F'

red 135 ◦ green 119 ◦ blue 15

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

Shades of Olive #87770F

Tints of Olive #87770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 50.19%
G = 44.24%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87770F (or 0x87770F) is known color: Olive. HEX triplet: 87, 77 and 0F. RGB value is (135,119,15). Sum of RGB (Red+Green+Blue) = 135+119+15=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87770F is #7888F0. Grayscale: #707070. Windows color (decimal): -7899377 or 1013639. OLE color: 1013639.

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

Color convert

RGB 135 119 15 -
CMYK 0 0.12 0.89 0.47
HSL 52º 0.8% 0.29% -
HSV(B) 52º 0.89% 0.53% -
XYZ 16.67 18.38 3.12 -
YUV 111.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 135 119 15 0 0.12 0.89 0.47 52 0.8 0.29
Hex 87 77 F 0 C 59 2F 34 50 1D
Octal 207 167 17 0 14 131 57 64 120 35
Binary 10000111 1110111 1111 0 1100 1011001 101111 110100 1010000 11101

Color Harmonies of #87770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87770F

Black with #87770F

Text Example


Text Example

White with #87770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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