Shades of Christi #67A508
Tints of Christi #67A508
RGB
CMYK
RGB Variations
Color information
#67A508 (or 0x67A508) is known color: Christi. HEX triplet: 67, A5 and 08. RGB value is (103,165,8). Sum of RGB (Red+Green+Blue) = 103+165+8=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #67A508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A508 is #985AF7. Grayscale: #818181. Windows color (decimal): -9984760 or 566631. OLE color: 566631.
HSL color Cylindrical-coordinate representation of color #67A508: hue angle of 83.69º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #67A508 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 103 | 165 | 8 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.35 |
| HSL | 83.69º | 0.91% | 0.34% | - |
| HSV(B) | 83.69º | 0.95% | 0.65% | - |
| XYZ | 19.09 | 29.81 | 4.98 | - |
| YUV | 128.56 | 59.96 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 165 | 8 | 0.38 | 0 | 0.95 | 0.35 | 83.69 | 0.91 | 0.34 |
| Hex | 67 | A5 | 8 | 26 | 0 | 5F | 23 | 54 | 5B | 22 |
| Octal | 147 | 245 | 10 | 46 | 0 | 137 | 43 | 124 | 133 | 42 |
| Binary | 1100111 | 10100101 | 1000 | 100110 | 0 | 1011111 | 100011 | 1010100 | 1011011 | 100010 |
Color Harmonies of #67A508
Complementary color
Monochromatic Colors of #67A508
Black with #67A508
Text Example
Text Example
White with #67A508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A508; }
p { color: rgb(103,165,8); }
H1.HeaderClassName
{
color: #67A508;
}
.AnyTagClassName
{
color: #67A508;
}
</style>
background-color css
<style>
a { background-color: #67A508; }
a { background-color: rgb(103,165,8); }
div.DivClassName
{
background-color: #67A508;
}
.BgClassName
{
background-color: #67A508;
}
</style>
border-color css
<style>
span { border-color: #67A508; }
span { border-color: rgb(103,165,8); }
td.TdClassName
{
border-color: #67A508;
}
.TagClassName
{
border-color: #67A508;
}
</style>