Shades of Olive Drab #679023
Tints of Olive Drab #679023
RGB
CMYK
RGB Variations
Color information
#679023 (or 0x679023) is known color: Olive Drab. HEX triplet: 67, 90 and 23. RGB value is (103,144,35). Sum of RGB (Red+Green+Blue) = 103+144+35=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #679023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679023 is #986FDC. Grayscale: #777777. Windows color (decimal): -9990109 or 2330727. OLE color: 2330727.
HSL color Cylindrical-coordinate representation of color #679023: hue angle of 82.57º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #679023 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 35 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.44 |
| HSL | 82.57º | 0.61% | 0.35% | - |
| HSV(B) | 82.57º | 0.76% | 0.56% | - |
| XYZ | 15.87 | 22.95 | 5.18 | - |
| YUV | 119.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 35 | 0.28 | 0 | 0.76 | 0.44 | 82.57 | 0.61 | 0.35 |
| Hex | 67 | 90 | 23 | 1C | 0 | 4C | 2C | 53 | 3D | 23 |
| Octal | 147 | 220 | 43 | 34 | 0 | 114 | 54 | 123 | 75 | 43 |
| Binary | 1100111 | 10010000 | 100011 | 11100 | 0 | 1001100 | 101100 | 1010011 | 111101 | 100011 |
Color Harmonies of #679023
Complementary color
Monochromatic Colors of #679023
Black with #679023
Text Example
Text Example
White with #679023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679023; }
p { color: rgb(103,144,35); }
H1.HeaderClassName
{
color: #679023;
}
.AnyTagClassName
{
color: #679023;
}
</style>
background-color css
<style>
a { background-color: #679023; }
a { background-color: rgb(103,144,35); }
div.DivClassName
{
background-color: #679023;
}
.BgClassName
{
background-color: #679023;
}
</style>
border-color css
<style>
span { border-color: #679023; }
span { border-color: rgb(103,144,35); }
td.TdClassName
{
border-color: #679023;
}
.TagClassName
{
border-color: #679023;
}
</style>