Shades of Fiji Green #676302
Tints of Fiji Green #676302
RGB
CMYK
RGB Variations
Color information
#676302 (or 0x676302) is known color: Fiji Green. HEX triplet: 67, 63 and 02. RGB value is (103,99,2). Sum of RGB (Red+Green+Blue) = 103+99+2=204 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.49% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 103 - color contains mainly: red. Hex color #676302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676302 is #989CFD. Grayscale: #595959. Windows color (decimal): -10001662 or 156519. OLE color: 156519.
HSL color Cylindrical-coordinate representation of color #676302: hue angle of 57.62º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676302 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 99 | 2 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.60 |
| HSL | 57.62º | 0.96% | 0.21% | - |
| HSV(B) | 57.62º | 0.98% | 0.4% | - |
| XYZ | 10.07 | 11.81 | 1.81 | - |
| YUV | 89.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 99 | 2 | 0 | 0.04 | 0.98 | 0.60 | 57.62 | 0.96 | 0.21 |
| Hex | 67 | 63 | 2 | 0 | 4 | 62 | 3C | 3A | 60 | 15 |
| Octal | 147 | 143 | 2 | 0 | 4 | 142 | 74 | 72 | 140 | 25 |
| Binary | 1100111 | 1100011 | 10 | 0 | 100 | 1100010 | 111100 | 111010 | 1100000 | 10101 |
Color Harmonies of #676302
Complementary color
Monochromatic Colors of #676302
Black with #676302
Text Example
Text Example
White with #676302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676302; }
p { color: rgb(103,99,2); }
H1.HeaderClassName
{
color: #676302;
}
.AnyTagClassName
{
color: #676302;
}
</style>
background-color css
<style>
a { background-color: #676302; }
a { background-color: rgb(103,99,2); }
div.DivClassName
{
background-color: #676302;
}
.BgClassName
{
background-color: #676302;
}
</style>
border-color css
<style>
span { border-color: #676302; }
span { border-color: rgb(103,99,2); }
td.TdClassName
{
border-color: #676302;
}
.TagClassName
{
border-color: #676302;
}
</style>