Shades of Christi #67A402
Tints of Christi #67A402
RGB
CMYK
RGB Variations
Color information
#67A402 (or 0x67A402) is known color: Christi. HEX triplet: 67, A4 and 02. RGB value is (103,164,2). Sum of RGB (Red+Green+Blue) = 103+164+2=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 164 (64.45% from 255 or 60.97% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 164 - color contains mainly: green. Hex color #67A402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67A402 is #985BFD. Grayscale: #7F7F7F. Windows color (decimal): -9985022 or 173159. OLE color: 173159.
HSL color Cylindrical-coordinate representation of color #67A402: hue angle of 82.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67A402 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 103 | 164 | 2 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.36 |
| HSL | 82.59º | 0.98% | 0.33% | - |
| HSV(B) | 82.59º | 0.99% | 0.64% | - |
| XYZ | 18.88 | 29.44 | 4.74 | - |
| YUV | 127.29 | 57.29 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 164 | 2 | 0.37 | 0 | 0.99 | 0.36 | 82.59 | 0.98 | 0.33 |
| Hex | 67 | A4 | 2 | 25 | 0 | 63 | 24 | 53 | 62 | 21 |
| Octal | 147 | 244 | 2 | 45 | 0 | 143 | 44 | 123 | 142 | 41 |
| Binary | 1100111 | 10100100 | 10 | 100101 | 0 | 1100011 | 100100 | 1010011 | 1100010 | 100001 |
Color Harmonies of #67A402
Complementary color
Monochromatic Colors of #67A402
Black with #67A402
Text Example
Text Example
White with #67A402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67A402; }
p { color: rgb(103,164,2); }
H1.HeaderClassName
{
color: #67A402;
}
.AnyTagClassName
{
color: #67A402;
}
</style>
background-color css
<style>
a { background-color: #67A402; }
a { background-color: rgb(103,164,2); }
div.DivClassName
{
background-color: #67A402;
}
.BgClassName
{
background-color: #67A402;
}
</style>
border-color css
<style>
span { border-color: #67A402; }
span { border-color: rgb(103,164,2); }
td.TdClassName
{
border-color: #67A402;
}
.TagClassName
{
border-color: #67A402;
}
</style>