Shades of Olive #6B7B02
Tints of Olive #6B7B02
RGB
CMYK
RGB Variations
Color information
#6B7B02 (or 0x6B7B02) is known color: Olive. HEX triplet: 6B, 7B and 02. RGB value is (107,123,2). Sum of RGB (Red+Green+Blue) = 107+123+2=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B7B02 is #9484FD. Grayscale: #686868. Windows color (decimal): -9733374 or 162667. OLE color: 162667.
HSL color Cylindrical-coordinate representation of color #6B7B02: hue angle of 67.93º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B7B02 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 2 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.52 |
| HSL | 67.93º | 0.97% | 0.25% | - |
| HSV(B) | 67.93º | 0.98% | 0.48% | - |
| XYZ | 13.16 | 17.3 | 2.7 | - |
| YUV | 104.42 | 70.2 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 2 | 0.13 | 0 | 0.98 | 0.52 | 67.93 | 0.97 | 0.25 |
| Hex | 6B | 7B | 2 | D | 0 | 62 | 34 | 44 | 61 | 19 |
| Octal | 153 | 173 | 2 | 15 | 0 | 142 | 64 | 104 | 141 | 31 |
| Binary | 1101011 | 1111011 | 10 | 1101 | 0 | 1100010 | 110100 | 1000100 | 1100001 | 11001 |
Color Harmonies of #6B7B02
Complementary color
Monochromatic Colors of #6B7B02
Black with #6B7B02
Text Example
Text Example
White with #6B7B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B02; }
p { color: rgb(107,123,2); }
H1.HeaderClassName
{
color: #6B7B02;
}
.AnyTagClassName
{
color: #6B7B02;
}
</style>
background-color css
<style>
a { background-color: #6B7B02; }
a { background-color: rgb(107,123,2); }
div.DivClassName
{
background-color: #6B7B02;
}
.BgClassName
{
background-color: #6B7B02;
}
</style>
border-color css
<style>
span { border-color: #6B7B02; }
span { border-color: rgb(107,123,2); }
td.TdClassName
{
border-color: #6B7B02;
}
.TagClassName
{
border-color: #6B7B02;
}
</style>