Shades of Christi #629B0E
Tints of Christi #629B0E
RGB
CMYK
RGB Variations
Color information
#629B0E (or 0x629B0E) is known color: Christi. HEX triplet: 62, 9B and 0E. RGB value is (98,155,14). Sum of RGB (Red+Green+Blue) = 98+155+14=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 14 (5.86% from 255 or 5.24% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #629B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629B0E is #9D64F1. Grayscale: #7A7A7A. Windows color (decimal): -10314994 or 957282. OLE color: 957282.
HSL color Cylindrical-coordinate representation of color #629B0E: hue angle of 84.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #629B0E is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 14 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.39 |
| HSL | 84.26º | 0.83% | 0.33% | - |
| HSV(B) | 84.26º | 0.91% | 0.61% | - |
| XYZ | 16.84 | 26.07 | 4.56 | - |
| YUV | 121.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 14 | 0.37 | 0 | 0.91 | 0.39 | 84.26 | 0.83 | 0.33 |
| Hex | 62 | 9B | E | 25 | 0 | 5B | 27 | 54 | 53 | 21 |
| Octal | 142 | 233 | 16 | 45 | 0 | 133 | 47 | 124 | 123 | 41 |
| Binary | 1100010 | 10011011 | 1110 | 100101 | 0 | 1011011 | 100111 | 1010100 | 1010011 | 100001 |
Color Harmonies of #629B0E
Complementary color
Monochromatic Colors of #629B0E
Black with #629B0E
Text Example
Text Example
White with #629B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B0E; }
p { color: rgb(98,155,14); }
H1.HeaderClassName
{
color: #629B0E;
}
.AnyTagClassName
{
color: #629B0E;
}
</style>
background-color css
<style>
a { background-color: #629B0E; }
a { background-color: rgb(98,155,14); }
div.DivClassName
{
background-color: #629B0E;
}
.BgClassName
{
background-color: #629B0E;
}
</style>
border-color css
<style>
span { border-color: #629B0E; }
span { border-color: rgb(98,155,14); }
td.TdClassName
{
border-color: #629B0E;
}
.TagClassName
{
border-color: #629B0E;
}
</style>