Shades of Fiji Green #657B0D
Tints of Fiji Green #657B0D
RGB
CMYK
RGB Variations
Color information
#657B0D (or 0x657B0D) is known color: Fiji Green. HEX triplet: 65, 7B and 0D. RGB value is (101,123,13). Sum of RGB (Red+Green+Blue) = 101+123+13=237 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.62% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #657B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657B0D is #9A84F2. Grayscale: #686868. Windows color (decimal): -10126579 or 883557. OLE color: 883557.
HSL color Cylindrical-coordinate representation of color #657B0D: hue angle of 72º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #657B0D is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 13 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.52 |
| HSL | 72º | 0.81% | 0.27% | - |
| HSV(B) | 72º | 0.89% | 0.48% | - |
| XYZ | 12.52 | 16.96 | 2.99 | - |
| YUV | 103.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 13 | 0.18 | 0 | 0.89 | 0.52 | 72 | 0.81 | 0.27 |
| Hex | 65 | 7B | D | 12 | 0 | 59 | 34 | 48 | 51 | 1B |
| Octal | 145 | 173 | 15 | 22 | 0 | 131 | 64 | 110 | 121 | 33 |
| Binary | 1100101 | 1111011 | 1101 | 10010 | 0 | 1011001 | 110100 | 1001000 | 1010001 | 11011 |
Color Harmonies of #657B0D
Complementary color
Monochromatic Colors of #657B0D
Black with #657B0D
Text Example
Text Example
White with #657B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B0D; }
p { color: rgb(101,123,13); }
H1.HeaderClassName
{
color: #657B0D;
}
.AnyTagClassName
{
color: #657B0D;
}
</style>
background-color css
<style>
a { background-color: #657B0D; }
a { background-color: rgb(101,123,13); }
div.DivClassName
{
background-color: #657B0D;
}
.BgClassName
{
background-color: #657B0D;
}
</style>
border-color css
<style>
span { border-color: #657B0D; }
span { border-color: rgb(101,123,13); }
td.TdClassName
{
border-color: #657B0D;
}
.TagClassName
{
border-color: #657B0D;
}
</style>