Html Css Color HEX #87780E Olive

📋 copy color: '#87780E'

red 135 ◦ green 120 ◦ blue 14

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

Shades of Olive #87780E

Tints of Olive #87780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.61%

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 50.19%
G = 44.61%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87780E (or 0x87780E) is known color: Olive. HEX triplet: 87, 78 and 0E. RGB value is (135,120,14). Sum of RGB (Red+Green+Blue) = 135+120+14=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87780E is #7887F1. Grayscale: #707070. Windows color (decimal): -7899122 or 948359. OLE color: 948359.

HSL color Cylindrical-coordinate representation of color #87780E: hue angle of 52.56º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87780E is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 120 14 -
CMYK 0 0.11 0.90 0.47
HSL 52.56º 0.81% 0.29% -
HSV(B) 52.56º 0.9% 0.53% -
XYZ 16.79 18.62 3.12 -
YUV 112.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 135 120 14 0 0.11 0.90 0.47 52.56 0.81 0.29
Hex 87 78 E 0 B 5A 2F 35 51 1D
Octal 207 170 16 0 13 132 57 65 121 35
Binary 10000111 1111000 1110 0 1011 1011010 101111 110101 1010001 11101

Color Harmonies of #87780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87780E

Black with #87780E

Text Example


Text Example

White with #87780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87780E; }

 p { color: rgb(135,120,14); }

 H1.HeaderClassName
 {
   color: #87780E;
 }
 .AnyTagClassName
 {
   color: #87780E;
 }
</style>

background-color css

<style>
 a { background-color: #87780E; }

 a { background-color: rgb(135,120,14); }

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

border-color css

<style>
 span { border-color: #87780E; }

 span { border-color: rgb(135,120,14); }

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