Html Css Color HEX #86760A Olive

📋 copy color: '#86760A'

red 134 ◦ green 118 ◦ blue 10

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

Shades of Olive #86760A

Tints of Olive #86760A

RGB

 RED value IS 134 (52.73% from 255) = 51.15%

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 51.15%
G = 45.04%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#86760A (or 0x86760A) is known color: Olive. HEX triplet: 86, 76 and 0A. RGB value is (134,118,10). Sum of RGB (Red+Green+Blue) = 134+118+10=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86760A is #7989F5. Grayscale: #6E6E6E. Windows color (decimal): -7965174 or 685702. OLE color: 685702.

HSL color Cylindrical-coordinate representation of color #86760A: hue angle of 52.26º 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 #86760A is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 118 10 -
CMYK 0 0.12 0.93 0.47
HSL 52.26º 0.86% 0.28% -
HSV(B) 52.26º 0.93% 0.53% -
XYZ 16.36 18.05 2.91 -
YUV 110.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 134 118 10 0 0.12 0.93 0.47 52.26 0.86 0.28
Hex 86 76 A 0 C 5D 2F 34 56 1C
Octal 206 166 12 0 14 135 57 64 126 34
Binary 10000110 1110110 1010 0 1100 1011101 101111 110100 1010110 11100

Color Harmonies of #86760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86760A

Black with #86760A

Text Example


Text Example

White with #86760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,118,10); }

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

background-color css

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

 a { background-color: rgb(134,118,10); }

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

border-color css

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

 span { border-color: rgb(134,118,10); }

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