Shades of Olive #6B7B01
Tints of Olive #6B7B01
RGB
CMYK
RGB Variations
Color information
#6B7B01 (or 0x6B7B01) is known color: Olive. HEX triplet: 6B, 7B and 01. RGB value is (107,123,1). Sum of RGB (Red+Green+Blue) = 107+123+1=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7B01 is #9484FE. Grayscale: #686868. Windows color (decimal): -9733375 or 97131. OLE color: 97131.
HSL color Cylindrical-coordinate representation of color #6B7B01: hue angle of 67.87º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B7B01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.52 |
| HSL | 67.87º | 0.98% | 0.24% | - |
| HSV(B) | 67.87º | 0.99% | 0.48% | - |
| XYZ | 13.15 | 17.29 | 2.67 | - |
| YUV | 104.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 1 | 0.13 | 0 | 0.99 | 0.52 | 67.87 | 0.98 | 0.24 |
| Hex | 6B | 7B | 1 | D | 0 | 63 | 34 | 44 | 62 | 18 |
| Octal | 153 | 173 | 1 | 15 | 0 | 143 | 64 | 104 | 142 | 30 |
| Binary | 1101011 | 1111011 | 1 | 1101 | 0 | 1100011 | 110100 | 1000100 | 1100010 | 11000 |
Color Harmonies of #6B7B01
Complementary color
Monochromatic Colors of #6B7B01
Black with #6B7B01
Text Example
Text Example
White with #6B7B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B01; }
p { color: rgb(107,123,1); }
H1.HeaderClassName
{
color: #6B7B01;
}
.AnyTagClassName
{
color: #6B7B01;
}
</style>
background-color css
<style>
a { background-color: #6B7B01; }
a { background-color: rgb(107,123,1); }
div.DivClassName
{
background-color: #6B7B01;
}
.BgClassName
{
background-color: #6B7B01;
}
</style>
border-color css
<style>
span { border-color: #6B7B01; }
span { border-color: rgb(107,123,1); }
td.TdClassName
{
border-color: #6B7B01;
}
.TagClassName
{
border-color: #6B7B01;
}
</style>