Html Css Color HEX #806400 Olive

📋 copy color: '#806400'

red 128 ◦ green 100 ◦ blue 0

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

Shades of Olive #806400

Tints of Olive #806400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

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

R = 56.14%
G = 43.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806400 (or 0x806400) is known color: Olive. HEX triplet: 80, 64 and 00. RGB value is (128,100,0). Sum of RGB (Red+Green+Blue) = 128+100+0=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #806400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806400 is #7F9BFF. Grayscale: #616161. Windows color (decimal): -8363008 or 25728. OLE color: 25728.

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

Color convert

RGB 128 100 0 -
CMYK 0 0.22 1 0.50
HSL 46.88º 1% 0.25% -
HSV(B) 46.88º 1% 0.5% -
XYZ 13.46 13.7 1.94 -
YUV 96.97 73.28 150.13 -
System Red Green Blue C M Y K H S L
Decimal 128 100 0 0 0.22 1 0.50 46.88 1 0.25
Hex 80 64 0 0 16 64 32 2F 64 19
Octal 200 144 0 0 26 144 62 57 144 31
Binary 10000000 1100100 0 0 10110 1100100 110010 101111 1100100 11001

Color Harmonies of #806400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806400

Black with #806400

Text Example


Text Example

White with #806400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806400; }

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

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

background-color css

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

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

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

border-color css

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

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

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