Shades of Olive Drab #6F8430
Tints of Olive Drab #6F8430
RGB
CMYK
RGB Variations
Color information
#6F8430 (or 0x6F8430) is known color: Olive Drab. HEX triplet: 6F, 84 and 30. RGB value is (111,132,48). Sum of RGB (Red+Green+Blue) = 111+132+48=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8430 is #907BCF. Grayscale: #747474. Windows color (decimal): -9468880 or 3179631. OLE color: 3179631.
HSL color Cylindrical-coordinate representation of color #6F8430: hue angle of 75º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F8430 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 48 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.48 |
| HSL | 75º | 0.47% | 0.35% | - |
| HSV(B) | 75º | 0.64% | 0.52% | - |
| XYZ | 15.34 | 20.1 | 5.87 | - |
| YUV | 116.15 | 89.54 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 48 | 0.16 | 0 | 0.64 | 0.48 | 75 | 0.47 | 0.35 |
| Hex | 6F | 84 | 30 | 10 | 0 | 40 | 30 | 4B | 2F | 23 |
| Octal | 157 | 204 | 60 | 20 | 0 | 100 | 60 | 113 | 57 | 43 |
| Binary | 1101111 | 10000100 | 110000 | 10000 | 0 | 1000000 | 110000 | 1001011 | 101111 | 100011 |
Color Harmonies of #6F8430
Complementary color
Monochromatic Colors of #6F8430
Black with #6F8430
Text Example
Text Example
White with #6F8430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8430; }
p { color: rgb(111,132,48); }
H1.HeaderClassName
{
color: #6F8430;
}
.AnyTagClassName
{
color: #6F8430;
}
</style>
background-color css
<style>
a { background-color: #6F8430; }
a { background-color: rgb(111,132,48); }
div.DivClassName
{
background-color: #6F8430;
}
.BgClassName
{
background-color: #6F8430;
}
</style>
border-color css
<style>
span { border-color: #6F8430; }
span { border-color: rgb(111,132,48); }
td.TdClassName
{
border-color: #6F8430;
}
.TagClassName
{
border-color: #6F8430;
}
</style>