Shades of Fiji Green #638004
Tints of Fiji Green #638004
RGB
CMYK
RGB Variations
Color information
#638004 (or 0x638004) is known color: Fiji Green. HEX triplet: 63, 80 and 04. RGB value is (99,128,4). Sum of RGB (Red+Green+Blue) = 99+128+4=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #638004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638004 is #9C7FFB. Grayscale: #696969. Windows color (decimal): -10256380 or 295011. OLE color: 295011.
HSL color Cylindrical-coordinate representation of color #638004: hue angle of 74.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #638004 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 99 | 128 | 4 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.50 |
| HSL | 74.03º | 0.94% | 0.26% | - |
| HSV(B) | 74.03º | 0.97% | 0.5% | - |
| XYZ | 12.89 | 18.1 | 2.93 | - |
| YUV | 105.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 128 | 4 | 0.23 | 0 | 0.97 | 0.50 | 74.03 | 0.94 | 0.26 |
| Hex | 63 | 80 | 4 | 17 | 0 | 61 | 32 | 4A | 5E | 1A |
| Octal | 143 | 200 | 4 | 27 | 0 | 141 | 62 | 112 | 136 | 32 |
| Binary | 1100011 | 10000000 | 100 | 10111 | 0 | 1100001 | 110010 | 1001010 | 1011110 | 11010 |
Color Harmonies of #638004
Complementary color
Monochromatic Colors of #638004
Black with #638004
Text Example
Text Example
White with #638004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638004; }
p { color: rgb(99,128,4); }
H1.HeaderClassName
{
color: #638004;
}
.AnyTagClassName
{
color: #638004;
}
</style>
background-color css
<style>
a { background-color: #638004; }
a { background-color: rgb(99,128,4); }
div.DivClassName
{
background-color: #638004;
}
.BgClassName
{
background-color: #638004;
}
</style>
border-color css
<style>
span { border-color: #638004; }
span { border-color: rgb(99,128,4); }
td.TdClassName
{
border-color: #638004;
}
.TagClassName
{
border-color: #638004;
}
</style>