Html Css Color HEX #806B04 Olive

📋 copy color: '#806B04'

red 128 ◦ green 107 ◦ blue 4

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

Shades of Olive #806B04

Tints of Olive #806B04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 53.56%
G = 44.77%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#806B04 (or 0x806B04) is known color: Olive. HEX triplet: 80, 6B and 04. RGB value is (128,107,4). Sum of RGB (Red+Green+Blue) = 128+107+4=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #806B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B04 is #7F94FB. Grayscale: #656565. Windows color (decimal): -8361212 or 289664. OLE color: 289664.

HSL color Cylindrical-coordinate representation of color #806B04: hue angle of 49.84º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #806B04 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 107 4 -
CMYK 0 0.16 0.97 0.50
HSL 49.84º 0.94% 0.26% -
HSV(B) 49.84º 0.97% 0.5% -
XYZ 14.18 15.11 2.28 -
YUV 101.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 128 107 4 0 0.16 0.97 0.50 49.84 0.94 0.26
Hex 80 6B 4 0 10 61 32 32 5E 1A
Octal 200 153 4 0 20 141 62 62 136 32
Binary 10000000 1101011 100 0 10000 1100001 110010 110010 1011110 11010

Color Harmonies of #806B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B04

Black with #806B04

Text Example


Text Example

White with #806B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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