Html Css Color HEX #806B01 Olive

📋 copy color: '#806B01'

red 128 ◦ green 107 ◦ blue 1

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

Shades of Olive #806B01

Tints of Olive #806B01

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.34%

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

R = 54.24%
G = 45.34%
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

#806B01 (or 0x806B01) is known color: Olive. HEX triplet: 80, 6B and 01. RGB value is (128,107,1). Sum of RGB (Red+Green+Blue) = 128+107+1=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 107 (42.19% from 255 or 45.34% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #806B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B01 is #7F94FE. Grayscale: #656565. Windows color (decimal): -8361215 or 93056. OLE color: 93056.

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

Color convert

RGB 128 107 1 -
CMYK 0 0.16 0.99 0.50
HSL 50.08º 0.98% 0.25% -
HSV(B) 50.08º 0.99% 0.5% -
XYZ 14.17 15.11 2.2 -
YUV 101.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 128 107 1 0 0.16 0.99 0.50 50.08 0.98 0.25
Hex 80 6B 1 0 10 63 32 32 62 19
Octal 200 153 1 0 20 143 62 62 142 31
Binary 10000000 1101011 1 0 10000 1100011 110010 110010 1100010 11001

Color Harmonies of #806B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B01

Black with #806B01

Text Example


Text Example

White with #806B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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