Shades of Christi #629B0F
Tints of Christi #629B0F
RGB
CMYK
RGB Variations
Color information
#629B0F (or 0x629B0F) is known color: Christi. HEX triplet: 62, 9B and 0F. RGB value is (98,155,15). Sum of RGB (Red+Green+Blue) = 98+155+15=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #629B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #629B0F is #9D64F0. Grayscale: #7A7A7A. Windows color (decimal): -10314993 or 1022818. OLE color: 1022818.
HSL color Cylindrical-coordinate representation of color #629B0F: hue angle of 84.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #629B0F is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 155 | 15 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.39 |
| HSL | 84.43º | 0.82% | 0.33% | - |
| HSV(B) | 84.43º | 0.9% | 0.61% | - |
| XYZ | 16.84 | 26.07 | 4.6 | - |
| YUV | 122 | 67.62 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 15 | 0.37 | 0 | 0.90 | 0.39 | 84.43 | 0.82 | 0.33 |
| Hex | 62 | 9B | F | 25 | 0 | 5A | 27 | 54 | 52 | 21 |
| Octal | 142 | 233 | 17 | 45 | 0 | 132 | 47 | 124 | 122 | 41 |
| Binary | 1100010 | 10011011 | 1111 | 100101 | 0 | 1011010 | 100111 | 1010100 | 1010010 | 100001 |
Color Harmonies of #629B0F
Complementary color
Monochromatic Colors of #629B0F
Black with #629B0F
Text Example
Text Example
White with #629B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629B0F; }
p { color: rgb(98,155,15); }
H1.HeaderClassName
{
color: #629B0F;
}
.AnyTagClassName
{
color: #629B0F;
}
</style>
background-color css
<style>
a { background-color: #629B0F; }
a { background-color: rgb(98,155,15); }
div.DivClassName
{
background-color: #629B0F;
}
.BgClassName
{
background-color: #629B0F;
}
</style>
border-color css
<style>
span { border-color: #629B0F; }
span { border-color: rgb(98,155,15); }
td.TdClassName
{
border-color: #629B0F;
}
.TagClassName
{
border-color: #629B0F;
}
</style>