Html Css Color HEX #87820D Olive

📋 copy color: '#87820D'

red 135 ◦ green 130 ◦ blue 13

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

Shades of Olive #87820D

Tints of Olive #87820D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

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

R = 48.56%
G = 46.76%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87820D (or 0x87820D) is known color: Olive. HEX triplet: 87, 82 and 0D. RGB value is (135,130,13). Sum of RGB (Red+Green+Blue) = 135+130+13=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87820D is #787DF2. Grayscale: #767676. Windows color (decimal): -7896563 or 885383. OLE color: 885383.

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

Color convert

RGB 135 130 13 -
CMYK 0 0.04 0.90 0.47
HSL 57.54º 0.82% 0.29% -
HSV(B) 57.54º 0.9% 0.53% -
XYZ 18.05 21.15 3.51 -
YUV 118.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 135 130 13 0 0.04 0.90 0.47 57.54 0.82 0.29
Hex 87 82 D 0 4 5A 2F 3A 52 1D
Octal 207 202 15 0 4 132 57 72 122 35
Binary 10000111 10000010 1101 0 100 1011010 101111 111010 1010010 11101

Color Harmonies of #87820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87820D

Black with #87820D

Text Example


Text Example

White with #87820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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