Shades of Fiji Green #67650B
Tints of Fiji Green #67650B
RGB
CMYK
RGB Variations
Color information
#67650B (or 0x67650B) is known color: Fiji Green. HEX triplet: 67, 65 and 0B. RGB value is (103,101,11). Sum of RGB (Red+Green+Blue) = 103+101+11=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67650B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67650B is #989AF4. Grayscale: #5B5B5B. Windows color (decimal): -10001141 or 746855. OLE color: 746855.
HSL color Cylindrical-coordinate representation of color #67650B: hue angle of 58.7º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67650B is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 101 | 11 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.60 |
| HSL | 58.7º | 0.81% | 0.22% | - |
| HSV(B) | 58.7º | 0.89% | 0.4% | - |
| XYZ | 10.31 | 12.22 | 2.13 | - |
| YUV | 91.34 | 82.66 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 101 | 11 | 0 | 0.02 | 0.89 | 0.60 | 58.7 | 0.81 | 0.22 |
| Hex | 67 | 65 | B | 0 | 2 | 59 | 3C | 3B | 51 | 16 |
| Octal | 147 | 145 | 13 | 0 | 2 | 131 | 74 | 73 | 121 | 26 |
| Binary | 1100111 | 1100101 | 1011 | 0 | 10 | 1011001 | 111100 | 111011 | 1010001 | 10110 |
Color Harmonies of #67650B
Complementary color
Monochromatic Colors of #67650B
Black with #67650B
Text Example
Text Example
White with #67650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67650B; }
p { color: rgb(103,101,11); }
H1.HeaderClassName
{
color: #67650B;
}
.AnyTagClassName
{
color: #67650B;
}
</style>
background-color css
<style>
a { background-color: #67650B; }
a { background-color: rgb(103,101,11); }
div.DivClassName
{
background-color: #67650B;
}
.BgClassName
{
background-color: #67650B;
}
</style>
border-color css
<style>
span { border-color: #67650B; }
span { border-color: rgb(103,101,11); }
td.TdClassName
{
border-color: #67650B;
}
.TagClassName
{
border-color: #67650B;
}
</style>