Html Css Color HEX #87850F Olive

📋 copy color: '#87850F'

red 135 ◦ green 133 ◦ blue 15

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

Shades of Olive #87850F

Tints of Olive #87850F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

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

R = 47.7%
G = 47%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#87850F (or 0x87850F) is known color: Olive. HEX triplet: 87, 85 and 0F. RGB value is (135,133,15). Sum of RGB (Red+Green+Blue) = 135+133+15=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #87850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87850F is #787AF0. Grayscale: #787878. Windows color (decimal): -7895793 or 1017223. OLE color: 1017223.

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

Color convert

RGB 135 133 15 -
CMYK 0 0.01 0.89 0.47
HSL 59º 0.8% 0.29% -
HSV(B) 59º 0.89% 0.53% -
XYZ 18.47 21.96 3.72 -
YUV 120.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 135 133 15 0 0.01 0.89 0.47 59 0.8 0.29
Hex 87 85 F 0 1 59 2F 3B 50 1D
Octal 207 205 17 0 1 131 57 73 120 35
Binary 10000111 10000101 1111 0 1 1011001 101111 111011 1010000 11101

Color Harmonies of #87850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87850F

Black with #87850F

Text Example


Text Example

White with #87850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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