Shades of Fiji Green #646702
Tints of Fiji Green #646702
RGB
CMYK
RGB Variations
Color information
#646702 (or 0x646702) is known color: Fiji Green. HEX triplet: 64, 67 and 02. RGB value is (100,103,2). Sum of RGB (Red+Green+Blue) = 100+103+2=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #646702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #646702 is #9B98FD. Grayscale: #5A5A5A. Windows color (decimal): -10197246 or 157540. OLE color: 157540.
HSL color Cylindrical-coordinate representation of color #646702: hue angle of 61.78º 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 #646702 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 2 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.60 |
| HSL | 61.78º | 0.96% | 0.21% | - |
| HSV(B) | 61.78º | 0.98% | 0.4% | - |
| XYZ | 10.12 | 12.41 | 1.92 | - |
| YUV | 90.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 2 | 0.03 | 0 | 0.98 | 0.60 | 61.78 | 0.96 | 0.21 |
| Hex | 64 | 67 | 2 | 3 | 0 | 62 | 3C | 3E | 60 | 15 |
| Octal | 144 | 147 | 2 | 3 | 0 | 142 | 74 | 76 | 140 | 25 |
| Binary | 1100100 | 1100111 | 10 | 11 | 0 | 1100010 | 111100 | 111110 | 1100000 | 10101 |
Color Harmonies of #646702
Complementary color
Monochromatic Colors of #646702
Black with #646702
Text Example
Text Example
White with #646702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646702; }
p { color: rgb(100,103,2); }
H1.HeaderClassName
{
color: #646702;
}
.AnyTagClassName
{
color: #646702;
}
</style>
background-color css
<style>
a { background-color: #646702; }
a { background-color: rgb(100,103,2); }
div.DivClassName
{
background-color: #646702;
}
.BgClassName
{
background-color: #646702;
}
</style>
border-color css
<style>
span { border-color: #646702; }
span { border-color: rgb(100,103,2); }
td.TdClassName
{
border-color: #646702;
}
.TagClassName
{
border-color: #646702;
}
</style>