Html Css Color HEX #806801 Olive

📋 copy color: '#806801'

red 128 ◦ green 104 ◦ blue 1

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

Shades of Olive #806801

Tints of Olive #806801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.64%

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

R = 54.94%
G = 44.64%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#806801 (or 0x806801) is known color: Olive. HEX triplet: 80, 68 and 01. RGB value is (128,104,1). Sum of RGB (Red+Green+Blue) = 128+104+1=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #806801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806801 is #7F97FE. Grayscale: #636363. Windows color (decimal): -8361983 or 92288. OLE color: 92288.

HSL color Cylindrical-coordinate representation of color #806801: hue angle of 48.66º 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 #806801 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 1 -
CMYK 0 0.19 0.99 0.50
HSL 48.66º 0.98% 0.25% -
HSV(B) 48.66º 0.99% 0.5% -
XYZ 13.86 14.49 2.1 -
YUV 99.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 128 104 1 0 0.19 0.99 0.50 48.66 0.98 0.25
Hex 80 68 1 0 13 63 32 31 62 19
Octal 200 150 1 0 23 143 62 61 142 31
Binary 10000000 1101000 1 0 10011 1100011 110010 110001 1100010 11001

Color Harmonies of #806801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806801

Black with #806801

Text Example


Text Example

White with #806801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806801; }

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

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

background-color css

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

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

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

border-color css

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

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

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