Shades of Olive Drab #6B8F1B
Tints of Olive Drab #6B8F1B
RGB
CMYK
RGB Variations
Color information
#6B8F1B (or 0x6B8F1B) is known color: Olive Drab. HEX triplet: 6B, 8F and 1B. RGB value is (107,143,27). Sum of RGB (Red+Green+Blue) = 107+143+27=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8F1B is #9470E4. Grayscale: #777777. Windows color (decimal): -9728229 or 1806187. OLE color: 1806187.
HSL color Cylindrical-coordinate representation of color #6B8F1B: hue angle of 78.62º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B8F1B is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 27 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.44 |
| HSL | 78.62º | 0.68% | 0.33% | - |
| HSV(B) | 78.62º | 0.81% | 0.56% | - |
| XYZ | 16.08 | 22.85 | 4.6 | - |
| YUV | 119.01 | 76.07 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 27 | 0.25 | 0 | 0.81 | 0.44 | 78.62 | 0.68 | 0.33 |
| Hex | 6B | 8F | 1B | 19 | 0 | 51 | 2C | 4F | 44 | 21 |
| Octal | 153 | 217 | 33 | 31 | 0 | 121 | 54 | 117 | 104 | 41 |
| Binary | 1101011 | 10001111 | 11011 | 11001 | 0 | 1010001 | 101100 | 1001111 | 1000100 | 100001 |
Color Harmonies of #6B8F1B
Complementary color
Monochromatic Colors of #6B8F1B
Black with #6B8F1B
Text Example
Text Example
White with #6B8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F1B; }
p { color: rgb(107,143,27); }
H1.HeaderClassName
{
color: #6B8F1B;
}
.AnyTagClassName
{
color: #6B8F1B;
}
</style>
background-color css
<style>
a { background-color: #6B8F1B; }
a { background-color: rgb(107,143,27); }
div.DivClassName
{
background-color: #6B8F1B;
}
.BgClassName
{
background-color: #6B8F1B;
}
</style>
border-color css
<style>
span { border-color: #6B8F1B; }
span { border-color: rgb(107,143,27); }
td.TdClassName
{
border-color: #6B8F1B;
}
.TagClassName
{
border-color: #6B8F1B;
}
</style>