Html Css Color HEX #806500 Olive

📋 copy color: '#806500'

red 128 ◦ green 101 ◦ blue 0

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

Shades of Olive #806500

Tints of Olive #806500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.9%
G = 44.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806500 (or 0x806500) is known color: Olive. HEX triplet: 80, 65 and 00. RGB value is (128,101,0). Sum of RGB (Red+Green+Blue) = 128+101+0=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #806500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806500 is #7F9AFF. Grayscale: #616161. Windows color (decimal): -8362752 or 25984. OLE color: 25984.

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

Color convert

RGB 128 101 0 -
CMYK 0 0.21 1 0.50
HSL 47.34º 1% 0.25% -
HSV(B) 47.34º 1% 0.5% -
XYZ 13.56 13.9 1.97 -
YUV 97.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 128 101 0 0 0.21 1 0.50 47.34 1 0.25
Hex 80 65 0 0 15 64 32 2F 64 19
Octal 200 145 0 0 25 144 62 57 144 31
Binary 10000000 1100101 0 0 10101 1100100 110010 101111 1100100 11001

Color Harmonies of #806500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806500

Black with #806500

Text Example


Text Example

White with #806500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806500; }

 p { color: rgb(128,101,0); }

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

background-color css

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

 a { background-color: rgb(128,101,0); }

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

border-color css

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

 span { border-color: rgb(128,101,0); }

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