Html Css Color HEX #87730A Olive

📋 copy color: '#87730A'

red 135 ◦ green 115 ◦ blue 10

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

Shades of Olive #87730A

Tints of Olive #87730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.85%

R = 51.92%
G = 44.23%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#87730A (or 0x87730A) is known color: Olive. HEX triplet: 87, 73 and 0A. RGB value is (135,115,10). Sum of RGB (Red+Green+Blue) = 135+115+10=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87730A is #788CF5. Grayscale: #6D6D6D. Windows color (decimal): -7900406 or 684935. OLE color: 684935.

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

Color convert

RGB 135 115 10 -
CMYK 0 0.15 0.93 0.47
HSL 50.4º 0.86% 0.28% -
HSV(B) 50.4º 0.93% 0.53% -
XYZ 16.18 17.43 2.8 -
YUV 109.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 135 115 10 0 0.15 0.93 0.47 50.4 0.86 0.28
Hex 87 73 A 0 F 5D 2F 32 56 1C
Octal 207 163 12 0 17 135 57 62 126 34
Binary 10000111 1110011 1010 0 1111 1011101 101111 110010 1010110 11100

Color Harmonies of #87730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87730A

Black with #87730A

Text Example


Text Example

White with #87730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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