Html Css Color HEX #87790D Olive

📋 copy color: '#87790D'

red 135 ◦ green 121 ◦ blue 13

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

Shades of Olive #87790D

Tints of Olive #87790D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 50.19%
G = 44.98%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87790D (or 0x87790D) is known color: Olive. HEX triplet: 87, 79 and 0D. RGB value is (135,121,13). Sum of RGB (Red+Green+Blue) = 135+121+13=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87790D is #7886F2. Grayscale: #717171. Windows color (decimal): -7898867 or 883079. OLE color: 883079.

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

Color convert

RGB 135 121 13 -
CMYK 0 0.10 0.90 0.47
HSL 53.11º 0.82% 0.29% -
HSV(B) 53.11º 0.9% 0.53% -
XYZ 16.9 18.85 3.13 -
YUV 112.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 135 121 13 0 0.10 0.90 0.47 53.11 0.82 0.29
Hex 87 79 D 0 A 5A 2F 35 52 1D
Octal 207 171 15 0 12 132 57 65 122 35
Binary 10000111 1111001 1101 0 1010 1011010 101111 110101 1010010 11101

Color Harmonies of #87790D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87790D

Black with #87790D

Text Example


Text Example

White with #87790D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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