Html Css Color HEX #867910 Olive

📋 copy color: '#867910'

red 134 ◦ green 121 ◦ blue 16

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

Shades of Olive #867910

Tints of Olive #867910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 16 (6.64% from 255) = 5.9%

R = 49.45%
G = 44.65%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#867910 (or 0x867910) is known color: Olive. HEX triplet: 86, 79 and 10. RGB value is (134,121,16). Sum of RGB (Red+Green+Blue) = 134+121+16=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867910 is #7986EF. Grayscale: #717171. Windows color (decimal): -7964400 or 1079686. OLE color: 1079686.

HSL color Cylindrical-coordinate representation of color #867910: hue angle of 53.39º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #867910 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 16 -
CMYK 0 0.10 0.88 0.47
HSL 53.39º 0.79% 0.29% -
HSV(B) 53.39º 0.88% 0.53% -
XYZ 16.76 18.78 3.23 -
YUV 112.92 73.31 143.04 -
System Red Green Blue C M Y K H S L
Decimal 134 121 16 0 0.10 0.88 0.47 53.39 0.79 0.29
Hex 86 79 10 0 A 58 2F 35 4F 1D
Octal 206 171 20 0 12 130 57 65 117 35
Binary 10000110 1111001 10000 0 1010 1011000 101111 110101 1001111 11101

Color Harmonies of #867910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867910

Black with #867910

Text Example


Text Example

White with #867910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867910; }

 p { color: rgb(134,121,16); }

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

background-color css

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

 a { background-color: rgb(134,121,16); }

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

border-color css

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

 span { border-color: rgb(134,121,16); }

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