Shades of Fiji Green #676002
Tints of Fiji Green #676002
RGB
CMYK
RGB Variations
Color information
#676002 (or 0x676002) is known color: Fiji Green. HEX triplet: 67, 60 and 02. RGB value is (103,96,2). Sum of RGB (Red+Green+Blue) = 103+96+2=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #676002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676002 is #989FFD. Grayscale: #575757. Windows color (decimal): -10002430 or 155751. OLE color: 155751.
HSL color Cylindrical-coordinate representation of color #676002: hue angle of 55.84º 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 #676002 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.60 |
| HSL | 55.84º | 0.96% | 0.21% | - |
| HSV(B) | 55.84º | 0.98% | 0.4% | - |
| XYZ | 9.79 | 11.25 | 1.71 | - |
| YUV | 87.38 | 79.82 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 2 | 0 | 0.07 | 0.98 | 0.60 | 55.84 | 0.96 | 0.21 |
| Hex | 67 | 60 | 2 | 0 | 7 | 62 | 3C | 38 | 60 | 15 |
| Octal | 147 | 140 | 2 | 0 | 7 | 142 | 74 | 70 | 140 | 25 |
| Binary | 1100111 | 1100000 | 10 | 0 | 111 | 1100010 | 111100 | 111000 | 1100000 | 10101 |
Color Harmonies of #676002
Complementary color
Monochromatic Colors of #676002
Black with #676002
Text Example
Text Example
White with #676002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676002; }
p { color: rgb(103,96,2); }
H1.HeaderClassName
{
color: #676002;
}
.AnyTagClassName
{
color: #676002;
}
</style>
background-color css
<style>
a { background-color: #676002; }
a { background-color: rgb(103,96,2); }
div.DivClassName
{
background-color: #676002;
}
.BgClassName
{
background-color: #676002;
}
</style>
border-color css
<style>
span { border-color: #676002; }
span { border-color: rgb(103,96,2); }
td.TdClassName
{
border-color: #676002;
}
.TagClassName
{
border-color: #676002;
}
</style>