Html Css Color HEX #87730B Olive

📋 copy color: '#87730B'

red 135 ◦ green 115 ◦ blue 11

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

Shades of Olive #87730B

Tints of Olive #87730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.06%

 BLUE value IS 11 (4.69% from 255) = 4.21%

R = 51.72%
G = 44.06%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#87730B (or 0x87730B) is known color: Olive. HEX triplet: 87, 73 and 0B. RGB value is (135,115,11). Sum of RGB (Red+Green+Blue) = 135+115+11=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87730B is #788CF4. Grayscale: #6D6D6D. Windows color (decimal): -7900405 or 750471. OLE color: 750471.

HSL color Cylindrical-coordinate representation of color #87730B: hue angle of 50.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87730B is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 115 11 -
CMYK 0 0.15 0.92 0.47
HSL 50.32º 0.85% 0.29% -
HSV(B) 50.32º 0.92% 0.53% -
XYZ 16.18 17.44 2.83 -
YUV 109.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 135 115 11 0 0.15 0.92 0.47 50.32 0.85 0.29
Hex 87 73 B 0 F 5C 2F 32 55 1D
Octal 207 163 13 0 17 134 57 62 125 35
Binary 10000111 1110011 1011 0 1111 1011100 101111 110010 1010101 11101

Color Harmonies of #87730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87730B

Black with #87730B

Text Example


Text Example

White with #87730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87730B; }

 p { color: rgb(135,115,11); }

 H1.HeaderClassName
 {
   color: #87730B;
 }
 .AnyTagClassName
 {
   color: #87730B;
 }
</style>

background-color css

<style>
 a { background-color: #87730B; }

 a { background-color: rgb(135,115,11); }

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

border-color css

<style>
 span { border-color: #87730B; }

 span { border-color: rgb(135,115,11); }

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