Shades of Fiji Green #676102
Tints of Fiji Green #676102
RGB
CMYK
RGB Variations
Color information
#676102 (or 0x676102) is known color: Fiji Green. HEX triplet: 67, 61 and 02. RGB value is (103,97,2). Sum of RGB (Red+Green+Blue) = 103+97+2=202 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.99% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 103 - color contains mainly: red. Hex color #676102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676102 is #989EFD. Grayscale: #585858. Windows color (decimal): -10002174 or 156007. OLE color: 156007.
HSL color Cylindrical-coordinate representation of color #676102: hue angle of 56.44º 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 #676102 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 2 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.60 |
| HSL | 56.44º | 0.96% | 0.21% | - |
| HSV(B) | 56.44º | 0.98% | 0.4% | - |
| XYZ | 9.88 | 11.44 | 1.74 | - |
| YUV | 87.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 2 | 0 | 0.06 | 0.98 | 0.60 | 56.44 | 0.96 | 0.21 |
| Hex | 67 | 61 | 2 | 0 | 6 | 62 | 3C | 38 | 60 | 15 |
| Octal | 147 | 141 | 2 | 0 | 6 | 142 | 74 | 70 | 140 | 25 |
| Binary | 1100111 | 1100001 | 10 | 0 | 110 | 1100010 | 111100 | 111000 | 1100000 | 10101 |
Color Harmonies of #676102
Complementary color
Monochromatic Colors of #676102
Black with #676102
Text Example
Text Example
White with #676102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676102; }
p { color: rgb(103,97,2); }
H1.HeaderClassName
{
color: #676102;
}
.AnyTagClassName
{
color: #676102;
}
</style>
background-color css
<style>
a { background-color: #676102; }
a { background-color: rgb(103,97,2); }
div.DivClassName
{
background-color: #676102;
}
.BgClassName
{
background-color: #676102;
}
</style>
border-color css
<style>
span { border-color: #676102; }
span { border-color: rgb(103,97,2); }
td.TdClassName
{
border-color: #676102;
}
.TagClassName
{
border-color: #676102;
}
</style>