Html Css Color HEX #867C0F Olive

📋 copy color: '#867C0F'

red 134 ◦ green 124 ◦ blue 15

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

Shades of Olive #867C0F

Tints of Olive #867C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.42%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 49.08%
G = 45.42%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#867C0F (or 0x867C0F) is known color: Olive. HEX triplet: 86, 7C and 0F. RGB value is (134,124,15). Sum of RGB (Red+Green+Blue) = 134+124+15=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #867C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C0F is #7983F0. Grayscale: #737373. Windows color (decimal): -7963633 or 1014918. OLE color: 1014918.

HSL color Cylindrical-coordinate representation of color #867C0F: hue angle of 54.96º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #867C0F is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 15 -
CMYK 0 0.07 0.89 0.47
HSL 54.96º 0.8% 0.29% -
HSV(B) 54.96º 0.89% 0.53% -
XYZ 17.13 19.52 3.32 -
YUV 114.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 134 124 15 0 0.07 0.89 0.47 54.96 0.8 0.29
Hex 86 7C F 0 7 59 2F 37 50 1D
Octal 206 174 17 0 7 131 57 67 120 35
Binary 10000110 1111100 1111 0 111 1011001 101111 110111 1010000 11101

Color Harmonies of #867C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C0F

Black with #867C0F

Text Example


Text Example

White with #867C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,124,15); }

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

background-color css

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

 a { background-color: rgb(134,124,15); }

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

border-color css

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

 span { border-color: rgb(134,124,15); }

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