Html Css Color HEX #806D00 Olive

📋 copy color: '#806D00'

red 128 ◦ green 109 ◦ blue 0

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

Shades of Olive #806D00

Tints of Olive #806D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.99%

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

R = 54.01%
G = 45.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#806D00 (or 0x806D00) is known color: Olive. HEX triplet: 80, 6D and 00. RGB value is (128,109,0). Sum of RGB (Red+Green+Blue) = 128+109+0=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #806D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806D00 is #7F92FF. Grayscale: #666666. Windows color (decimal): -8360704 or 28032. OLE color: 28032.

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

Color convert

RGB 128 109 0 -
CMYK 0 0.15 1 0.50
HSL 51.09º 1% 0.25% -
HSV(B) 51.09º 1% 0.5% -
XYZ 14.37 15.53 2.24 -
YUV 102.26 70.29 146.36 -
System Red Green Blue C M Y K H S L
Decimal 128 109 0 0 0.15 1 0.50 51.09 1 0.25
Hex 80 6D 0 0 F 64 32 33 64 19
Octal 200 155 0 0 17 144 62 63 144 31
Binary 10000000 1101101 0 0 1111 1100100 110010 110011 1100100 11001

Color Harmonies of #806D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D00

Black with #806D00

Text Example


Text Example

White with #806D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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