Shades of Olive #6B7F01
Tints of Olive #6B7F01
RGB
CMYK
RGB Variations
Color information
#6B7F01 (or 0x6B7F01) is known color: Olive. HEX triplet: 6B, 7F and 01. RGB value is (107,127,1). Sum of RGB (Red+Green+Blue) = 107+127+1=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7F01 is #9480FE. Grayscale: #6B6B6B. Windows color (decimal): -9732351 or 98155. OLE color: 98155.
HSL color Cylindrical-coordinate representation of color #6B7F01: hue angle of 69.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B7F01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.50 |
| HSL | 69.52º | 0.98% | 0.25% | - |
| HSV(B) | 69.52º | 0.99% | 0.5% | - |
| XYZ | 13.66 | 18.31 | 2.84 | - |
| YUV | 106.66 | 68.37 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 1 | 0.16 | 0 | 0.99 | 0.50 | 69.52 | 0.98 | 0.25 |
| Hex | 6B | 7F | 1 | 10 | 0 | 63 | 32 | 46 | 62 | 19 |
| Octal | 153 | 177 | 1 | 20 | 0 | 143 | 62 | 106 | 142 | 31 |
| Binary | 1101011 | 1111111 | 1 | 10000 | 0 | 1100011 | 110010 | 1000110 | 1100010 | 11001 |
Color Harmonies of #6B7F01
Complementary color
Monochromatic Colors of #6B7F01
Black with #6B7F01
Text Example
Text Example
White with #6B7F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F01; }
p { color: rgb(107,127,1); }
H1.HeaderClassName
{
color: #6B7F01;
}
.AnyTagClassName
{
color: #6B7F01;
}
</style>
background-color css
<style>
a { background-color: #6B7F01; }
a { background-color: rgb(107,127,1); }
div.DivClassName
{
background-color: #6B7F01;
}
.BgClassName
{
background-color: #6B7F01;
}
</style>
border-color css
<style>
span { border-color: #6B7F01; }
span { border-color: rgb(107,127,1); }
td.TdClassName
{
border-color: #6B7F01;
}
.TagClassName
{
border-color: #6B7F01;
}
</style>