Html Css Color HEX #867C0D Olive

📋 copy color: '#867C0D'

red 134 ◦ green 124 ◦ blue 13

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

Shades of Olive #867C0D

Tints of Olive #867C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.8%

R = 49.45%
G = 45.76%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#867C0D (or 0x867C0D) is known color: Olive. HEX triplet: 86, 7C and 0D. RGB value is (134,124,13). Sum of RGB (Red+Green+Blue) = 134+124+13=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867C0D is #7983F2. Grayscale: #727272. Windows color (decimal): -7963635 or 883846. OLE color: 883846.

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

Color convert

RGB 134 124 13 -
CMYK 0 0.07 0.90 0.47
HSL 55.04º 0.82% 0.29% -
HSV(B) 55.04º 0.9% 0.53% -
XYZ 17.11 19.51 3.25 -
YUV 114.34 70.81 142.03 -
System Red Green Blue C M Y K H S L
Decimal 134 124 13 0 0.07 0.90 0.47 55.04 0.82 0.29
Hex 86 7C D 0 7 5A 2F 37 52 1D
Octal 206 174 15 0 7 132 57 67 122 35
Binary 10000110 1111100 1101 0 111 1011010 101111 110111 1010010 11101

Color Harmonies of #867C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C0D

Black with #867C0D

Text Example


Text Example

White with #867C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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