Shades of Fiji Green #67730A
Tints of Fiji Green #67730A
RGB
CMYK
RGB Variations
Color information
#67730A (or 0x67730A) is known color: Fiji Green. HEX triplet: 67, 73 and 0A. RGB value is (103,115,10). Sum of RGB (Red+Green+Blue) = 103+115+10=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #67730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67730A is #988CF5. Grayscale: #636363. Windows color (decimal): -9997558 or 684903. OLE color: 684903.
HSL color Cylindrical-coordinate representation of color #67730A: hue angle of 66.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67730A is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 115 | 10 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.55 |
| HSL | 66.86º | 0.84% | 0.25% | - |
| HSV(B) | 66.86º | 0.91% | 0.45% | - |
| XYZ | 11.78 | 15.17 | 2.59 | - |
| YUV | 99.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 10 | 0.10 | 0 | 0.91 | 0.55 | 66.86 | 0.84 | 0.25 |
| Hex | 67 | 73 | A | A | 0 | 5B | 37 | 43 | 54 | 19 |
| Octal | 147 | 163 | 12 | 12 | 0 | 133 | 67 | 103 | 124 | 31 |
| Binary | 1100111 | 1110011 | 1010 | 1010 | 0 | 1011011 | 110111 | 1000011 | 1010100 | 11001 |
Color Harmonies of #67730A
Complementary color
Monochromatic Colors of #67730A
Black with #67730A
Text Example
Text Example
White with #67730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67730A; }
p { color: rgb(103,115,10); }
H1.HeaderClassName
{
color: #67730A;
}
.AnyTagClassName
{
color: #67730A;
}
</style>
background-color css
<style>
a { background-color: #67730A; }
a { background-color: rgb(103,115,10); }
div.DivClassName
{
background-color: #67730A;
}
.BgClassName
{
background-color: #67730A;
}
</style>
border-color css
<style>
span { border-color: #67730A; }
span { border-color: rgb(103,115,10); }
td.TdClassName
{
border-color: #67730A;
}
.TagClassName
{
border-color: #67730A;
}
</style>