Html Css Color HEX #867E13 Olive

📋 copy color: '#867E13'

red 134 ◦ green 126 ◦ blue 19

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

Shades of Olive #867E13

Tints of Olive #867E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 19 (7.81% from 255) = 6.81%

R = 48.03%
G = 45.16%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#867E13 (or 0x867E13) is known color: Olive. HEX triplet: 86, 7E and 13. RGB value is (134,126,19). Sum of RGB (Red+Green+Blue) = 134+126+19=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #867E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867E13 is #7981EC. Grayscale: #747474. Windows color (decimal): -7963117 or 1277574. OLE color: 1277574.

HSL color Cylindrical-coordinate representation of color #867E13: hue angle of 55.83º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #867E13 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 126 19 -
CMYK 0 0.06 0.86 0.47
HSL 55.83º 0.75% 0.3% -
HSV(B) 55.83º 0.86% 0.53% -
XYZ 17.41 20.04 3.57 -
YUV 116.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 134 126 19 0 0.06 0.86 0.47 55.83 0.75 0.3
Hex 86 7E 13 0 6 56 2F 38 4B 1E
Octal 206 176 23 0 6 126 57 70 113 36
Binary 10000110 1111110 10011 0 110 1010110 101111 111000 1001011 11110

Color Harmonies of #867E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867E13

Black with #867E13

Text Example


Text Example

White with #867E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867E13; }

 p { color: rgb(134,126,19); }

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

background-color css

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

 a { background-color: rgb(134,126,19); }

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

border-color css

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

 span { border-color: rgb(134,126,19); }

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