Shades of Fiji Green #67730E
Tints of Fiji Green #67730E
RGB
CMYK
RGB Variations
Color information
#67730E (or 0x67730E) is known color: Fiji Green. HEX triplet: 67, 73 and 0E. RGB value is (103,115,14). Sum of RGB (Red+Green+Blue) = 103+115+14=232 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.40% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #67730E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67730E is #988CF1. Grayscale: #646464. Windows color (decimal): -9997554 or 947047. OLE color: 947047.
HSL color Cylindrical-coordinate representation of color #67730E: hue angle of 67.13º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67730E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 115 | 14 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.55 |
| HSL | 67.13º | 0.78% | 0.25% | - |
| HSV(B) | 67.13º | 0.88% | 0.45% | - |
| XYZ | 11.8 | 15.18 | 2.72 | - |
| YUV | 99.9 | 79.52 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 14 | 0.10 | 0 | 0.88 | 0.55 | 67.13 | 0.78 | 0.25 |
| Hex | 67 | 73 | E | A | 0 | 58 | 37 | 43 | 4E | 19 |
| Octal | 147 | 163 | 16 | 12 | 0 | 130 | 67 | 103 | 116 | 31 |
| Binary | 1100111 | 1110011 | 1110 | 1010 | 0 | 1011000 | 110111 | 1000011 | 1001110 | 11001 |
Color Harmonies of #67730E
Complementary color
Monochromatic Colors of #67730E
Black with #67730E
Text Example
Text Example
White with #67730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67730E; }
p { color: rgb(103,115,14); }
H1.HeaderClassName
{
color: #67730E;
}
.AnyTagClassName
{
color: #67730E;
}
</style>
background-color css
<style>
a { background-color: #67730E; }
a { background-color: rgb(103,115,14); }
div.DivClassName
{
background-color: #67730E;
}
.BgClassName
{
background-color: #67730E;
}
</style>
border-color css
<style>
span { border-color: #67730E; }
span { border-color: rgb(103,115,14); }
td.TdClassName
{
border-color: #67730E;
}
.TagClassName
{
border-color: #67730E;
}
</style>