Html Css Color HEX #806C01 Olive

📋 copy color: '#806C01'

red 128 ◦ green 108 ◦ blue 1

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

Shades of Olive #806C01

Tints of Olive #806C01

RGB

 RED value IS 128 (50.39% from 255) = 54.01%

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

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

R = 54.01%
G = 45.57%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#806C01 (or 0x806C01) is known color: Olive. HEX triplet: 80, 6C and 01. RGB value is (128,108,1). Sum of RGB (Red+Green+Blue) = 128+108+1=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #806C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C01 is #7F93FE. Grayscale: #666666. Windows color (decimal): -8360959 or 93312. OLE color: 93312.

HSL color Cylindrical-coordinate representation of color #806C01: hue angle of 50.55º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #806C01 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 1 -
CMYK 0 0.16 0.99 0.50
HSL 50.55º 0.98% 0.25% -
HSV(B) 50.55º 0.99% 0.5% -
XYZ 14.27 15.32 2.23 -
YUV 101.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 128 108 1 0 0.16 0.99 0.50 50.55 0.98 0.25
Hex 80 6C 1 0 10 63 32 33 62 19
Octal 200 154 1 0 20 143 62 63 142 31
Binary 10000000 1101100 1 0 10000 1100011 110010 110011 1100010 11001

Color Harmonies of #806C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C01

Black with #806C01

Text Example


Text Example

White with #806C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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