Shades of Olive #6B7703
Tints of Olive #6B7703
RGB
CMYK
RGB Variations
Color information
#6B7703 (or 0x6B7703) is known color: Olive. HEX triplet: 6B, 77 and 03. RGB value is (107,119,3). Sum of RGB (Red+Green+Blue) = 107+119+3=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7703 is #9488FC. Grayscale: #666666. Windows color (decimal): -9734397 or 227179. OLE color: 227179.
HSL color Cylindrical-coordinate representation of color #6B7703: hue angle of 66.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B7703 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.53 |
| HSL | 66.21º | 0.95% | 0.24% | - |
| HSV(B) | 66.21º | 0.97% | 0.47% | - |
| XYZ | 12.68 | 16.33 | 2.57 | - |
| YUV | 102.19 | 72.02 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 3 | 0.10 | 0 | 0.97 | 0.53 | 66.21 | 0.95 | 0.24 |
| Hex | 6B | 77 | 3 | A | 0 | 61 | 35 | 42 | 5F | 18 |
| Octal | 153 | 167 | 3 | 12 | 0 | 141 | 65 | 102 | 137 | 30 |
| Binary | 1101011 | 1110111 | 11 | 1010 | 0 | 1100001 | 110101 | 1000010 | 1011111 | 11000 |
Color Harmonies of #6B7703
Complementary color
Monochromatic Colors of #6B7703
Black with #6B7703
Text Example
Text Example
White with #6B7703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7703; }
p { color: rgb(107,119,3); }
H1.HeaderClassName
{
color: #6B7703;
}
.AnyTagClassName
{
color: #6B7703;
}
</style>
background-color css
<style>
a { background-color: #6B7703; }
a { background-color: rgb(107,119,3); }
div.DivClassName
{
background-color: #6B7703;
}
.BgClassName
{
background-color: #6B7703;
}
</style>
border-color css
<style>
span { border-color: #6B7703; }
span { border-color: rgb(107,119,3); }
td.TdClassName
{
border-color: #6B7703;
}
.TagClassName
{
border-color: #6B7703;
}
</style>