Html Css Color HEX #866C01 Olive

📋 copy color: '#866C01'

red 134 ◦ green 108 ◦ blue 1

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

Shades of Olive #866C01

Tints of Olive #866C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 55.14%
G = 44.44%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#866C01 (or 0x866C01) is known color: Olive. HEX triplet: 86, 6C and 01. RGB value is (134,108,1). Sum of RGB (Red+Green+Blue) = 134+108+1=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #866C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866C01 is #7993FE. Grayscale: #686868. Windows color (decimal): -7967743 or 93318. OLE color: 93318.

HSL color Cylindrical-coordinate representation of color #866C01: hue angle of 48.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866C01 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 108 1 -
CMYK 0 0.19 0.99 0.47
HSL 48.27º 0.99% 0.26% -
HSV(B) 48.27º 0.99% 0.53% -
XYZ 15.2 15.8 2.28 -
YUV 103.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 134 108 1 0 0.19 0.99 0.47 48.27 0.99 0.26
Hex 86 6C 1 0 13 63 2F 30 63 1A
Octal 206 154 1 0 23 143 57 60 143 32
Binary 10000110 1101100 1 0 10011 1100011 101111 110000 1100011 11010

Color Harmonies of #866C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866C01

Black with #866C01

Text Example


Text Example

White with #866C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866C01; }

 p { color: rgb(134,108,1); }

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

background-color css

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

 a { background-color: rgb(134,108,1); }

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

border-color css

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

 span { border-color: rgb(134,108,1); }

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