Shades of Fiji Green #67700B
Tints of Fiji Green #67700B
RGB
CMYK
RGB Variations
Color information
#67700B (or 0x67700B) is known color: Fiji Green. HEX triplet: 67, 70 and 0B. RGB value is (103,112,11). Sum of RGB (Red+Green+Blue) = 103+112+11=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #67700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67700B is #988FF4. Grayscale: #626262. Windows color (decimal): -9998325 or 749671. OLE color: 749671.
HSL color Cylindrical-coordinate representation of color #67700B: hue angle of 65.35º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67700B is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 112 | 11 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.56 |
| HSL | 65.35º | 0.82% | 0.24% | - |
| HSV(B) | 65.35º | 0.9% | 0.44% | - |
| XYZ | 11.45 | 14.5 | 2.51 | - |
| YUV | 97.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 112 | 11 | 0.08 | 0 | 0.90 | 0.56 | 65.35 | 0.82 | 0.24 |
| Hex | 67 | 70 | B | 8 | 0 | 5A | 38 | 41 | 52 | 18 |
| Octal | 147 | 160 | 13 | 10 | 0 | 132 | 70 | 101 | 122 | 30 |
| Binary | 1100111 | 1110000 | 1011 | 1000 | 0 | 1011010 | 111000 | 1000001 | 1010010 | 11000 |
Color Harmonies of #67700B
Complementary color
Monochromatic Colors of #67700B
Black with #67700B
Text Example
Text Example
White with #67700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67700B; }
p { color: rgb(103,112,11); }
H1.HeaderClassName
{
color: #67700B;
}
.AnyTagClassName
{
color: #67700B;
}
</style>
background-color css
<style>
a { background-color: #67700B; }
a { background-color: rgb(103,112,11); }
div.DivClassName
{
background-color: #67700B;
}
.BgClassName
{
background-color: #67700B;
}
</style>
border-color css
<style>
span { border-color: #67700B; }
span { border-color: rgb(103,112,11); }
td.TdClassName
{
border-color: #67700B;
}
.TagClassName
{
border-color: #67700B;
}
</style>