Shades of Fiji Green #67640A
Tints of Fiji Green #67640A
RGB
CMYK
RGB Variations
Color information
#67640A (or 0x67640A) is known color: Fiji Green. HEX triplet: 67, 64 and 0A. RGB value is (103,100,10). Sum of RGB (Red+Green+Blue) = 103+100+10=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 100 (39.45% from 255 or 46.95% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67640A is #989BF5. Grayscale: #5B5B5B. Windows color (decimal): -10001398 or 681063. OLE color: 681063.
HSL color Cylindrical-coordinate representation of color #67640A: hue angle of 58.06º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67640A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 100 | 10 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.60 |
| HSL | 58.06º | 0.82% | 0.22% | - |
| HSV(B) | 58.06º | 0.9% | 0.4% | - |
| XYZ | 10.21 | 12.02 | 2.07 | - |
| YUV | 90.64 | 82.49 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 10 | 0 | 0.03 | 0.90 | 0.60 | 58.06 | 0.82 | 0.22 |
| Hex | 67 | 64 | A | 0 | 3 | 5A | 3C | 3A | 52 | 16 |
| Octal | 147 | 144 | 12 | 0 | 3 | 132 | 74 | 72 | 122 | 26 |
| Binary | 1100111 | 1100100 | 1010 | 0 | 11 | 1011010 | 111100 | 111010 | 1010010 | 10110 |
Color Harmonies of #67640A
Complementary color
Monochromatic Colors of #67640A
Black with #67640A
Text Example
Text Example
White with #67640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67640A; }
p { color: rgb(103,100,10); }
H1.HeaderClassName
{
color: #67640A;
}
.AnyTagClassName
{
color: #67640A;
}
</style>
background-color css
<style>
a { background-color: #67640A; }
a { background-color: rgb(103,100,10); }
div.DivClassName
{
background-color: #67640A;
}
.BgClassName
{
background-color: #67640A;
}
</style>
border-color css
<style>
span { border-color: #67640A; }
span { border-color: rgb(103,100,10); }
td.TdClassName
{
border-color: #67640A;
}
.TagClassName
{
border-color: #67640A;
}
</style>