Html Css Color HEX #87820F Olive

📋 copy color: '#87820F'

red 135 ◦ green 130 ◦ blue 15

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

Shades of Olive #87820F

Tints of Olive #87820F

RGB

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

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

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

R = 48.21%
G = 46.43%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87820F (or 0x87820F) is known color: Olive. HEX triplet: 87, 82 and 0F. RGB value is (135,130,15). Sum of RGB (Red+Green+Blue) = 135+130+15=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87820F is #787DF0. Grayscale: #767676. Windows color (decimal): -7896561 or 1016455. OLE color: 1016455.

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

Color convert

RGB 135 130 15 -
CMYK 0 0.04 0.89 0.47
HSL 57.5º 0.8% 0.29% -
HSV(B) 57.5º 0.89% 0.53% -
XYZ 18.06 21.15 3.58 -
YUV 118.39 69.66 139.85 -
System Red Green Blue C M Y K H S L
Decimal 135 130 15 0 0.04 0.89 0.47 57.5 0.8 0.29
Hex 87 82 F 0 4 59 2F 3A 50 1D
Octal 207 202 17 0 4 131 57 72 120 35
Binary 10000111 10000010 1111 0 100 1011001 101111 111010 1010000 11101

Color Harmonies of #87820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87820F

Black with #87820F

Text Example


Text Example

White with #87820F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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