Html Css Color HEX #806B06 Olive

📋 copy color: '#806B06'

red 128 ◦ green 107 ◦ blue 6

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

Shades of Olive #806B06

Tints of Olive #806B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 53.11%
G = 44.4%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#806B06 (or 0x806B06) is known color: Olive. HEX triplet: 80, 6B and 06. RGB value is (128,107,6). Sum of RGB (Red+Green+Blue) = 128+107+6=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #806B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806B06 is #7F94F9. Grayscale: #666666. Windows color (decimal): -8361210 or 420736. OLE color: 420736.

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

Color convert

RGB 128 107 6 -
CMYK 0 0.16 0.95 0.50
HSL 49.67º 0.91% 0.26% -
HSV(B) 49.67º 0.95% 0.5% -
XYZ 14.19 15.12 2.34 -
YUV 101.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 128 107 6 0 0.16 0.95 0.50 49.67 0.91 0.26
Hex 80 6B 6 0 10 5F 32 32 5B 1A
Octal 200 153 6 0 20 137 62 62 133 32
Binary 10000000 1101011 110 0 10000 1011111 110010 110010 1011011 11010

Color Harmonies of #806B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806B06

Black with #806B06

Text Example


Text Example

White with #806B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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