Html Css Color HEX #87740D Olive

📋 copy color: '#87740D'

red 135 ◦ green 116 ◦ blue 13

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

Shades of Olive #87740D

Tints of Olive #87740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 13 (5.47% from 255) = 4.92%

R = 51.14%
G = 43.94%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87740D (or 0x87740D) is known color: Olive. HEX triplet: 87, 74 and 0D. RGB value is (135,116,13). Sum of RGB (Red+Green+Blue) = 135+116+13=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87740D is #788BF2. Grayscale: #6E6E6E. Windows color (decimal): -7900147 or 881799. OLE color: 881799.

HSL color Cylindrical-coordinate representation of color #87740D: hue angle of 50.66º degrees, saturation: 0.82, 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 #87740D is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 13 -
CMYK 0 0.14 0.90 0.47
HSL 50.66º 0.82% 0.29% -
HSV(B) 50.66º 0.9% 0.53% -
XYZ 16.31 17.67 2.93 -
YUV 109.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 135 116 13 0 0.14 0.90 0.47 50.66 0.82 0.29
Hex 87 74 D 0 E 5A 2F 33 52 1D
Octal 207 164 15 0 16 132 57 63 122 35
Binary 10000111 1110100 1101 0 1110 1011010 101111 110011 1010010 11101

Color Harmonies of #87740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87740D

Black with #87740D

Text Example


Text Example

White with #87740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87740D; }

 p { color: rgb(135,116,13); }

 H1.HeaderClassName
 {
   color: #87740D;
 }
 .AnyTagClassName
 {
   color: #87740D;
 }
</style>

background-color css

<style>
 a { background-color: #87740D; }

 a { background-color: rgb(135,116,13); }

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

border-color css

<style>
 span { border-color: #87740D; }

 span { border-color: rgb(135,116,13); }

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