Shades of Fiji Green #67730B
Tints of Fiji Green #67730B
RGB
CMYK
RGB Variations
Color information
#67730B (or 0x67730B) is known color: Fiji Green. HEX triplet: 67, 73 and 0B. RGB value is (103,115,11). Sum of RGB (Red+Green+Blue) = 103+115+11=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #67730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67730B is #988CF4. Grayscale: #636363. Windows color (decimal): -9997557 or 750439. OLE color: 750439.
HSL color Cylindrical-coordinate representation of color #67730B: hue angle of 66.92º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67730B is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 115 | 11 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.55 |
| HSL | 66.92º | 0.83% | 0.25% | - |
| HSV(B) | 66.92º | 0.9% | 0.45% | - |
| XYZ | 11.78 | 15.17 | 2.62 | - |
| YUV | 99.56 | 78.02 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 115 | 11 | 0.10 | 0 | 0.90 | 0.55 | 66.92 | 0.83 | 0.25 |
| Hex | 67 | 73 | B | A | 0 | 5A | 37 | 43 | 53 | 19 |
| Octal | 147 | 163 | 13 | 12 | 0 | 132 | 67 | 103 | 123 | 31 |
| Binary | 1100111 | 1110011 | 1011 | 1010 | 0 | 1011010 | 110111 | 1000011 | 1010011 | 11001 |
Color Harmonies of #67730B
Complementary color
Monochromatic Colors of #67730B
Black with #67730B
Text Example
Text Example
White with #67730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67730B; }
p { color: rgb(103,115,11); }
H1.HeaderClassName
{
color: #67730B;
}
.AnyTagClassName
{
color: #67730B;
}
</style>
background-color css
<style>
a { background-color: #67730B; }
a { background-color: rgb(103,115,11); }
div.DivClassName
{
background-color: #67730B;
}
.BgClassName
{
background-color: #67730B;
}
</style>
border-color css
<style>
span { border-color: #67730B; }
span { border-color: rgb(103,115,11); }
td.TdClassName
{
border-color: #67730B;
}
.TagClassName
{
border-color: #67730B;
}
</style>