Shades of Fiji Green #657B18
Tints of Fiji Green #657B18
RGB
CMYK
RGB Variations
Color information
#657B18 (or 0x657B18) is known color: Fiji Green. HEX triplet: 65, 7B and 18. RGB value is (101,123,24). Sum of RGB (Red+Green+Blue) = 101+123+24=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 123 (48.44% from 255 or 49.60% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 123 - color contains mainly: green. Hex color #657B18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657B18 is #9A84E7. Grayscale: #696969. Windows color (decimal): -10126568 or 1604453. OLE color: 1604453.
HSL color Cylindrical-coordinate representation of color #657B18: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #657B18 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 123 | 24 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.52 |
| HSL | 73.33º | 0.67% | 0.29% | - |
| HSV(B) | 73.33º | 0.8% | 0.48% | - |
| XYZ | 12.61 | 17 | 3.48 | - |
| YUV | 105.14 | 82.21 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 24 | 0.18 | 0 | 0.80 | 0.52 | 73.33 | 0.67 | 0.29 |
| Hex | 65 | 7B | 18 | 12 | 0 | 50 | 34 | 49 | 43 | 1D |
| Octal | 145 | 173 | 30 | 22 | 0 | 120 | 64 | 111 | 103 | 35 |
| Binary | 1100101 | 1111011 | 11000 | 10010 | 0 | 1010000 | 110100 | 1001001 | 1000011 | 11101 |
Color Harmonies of #657B18
Complementary color
Monochromatic Colors of #657B18
Black with #657B18
Text Example
Text Example
White with #657B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657B18; }
p { color: rgb(101,123,24); }
H1.HeaderClassName
{
color: #657B18;
}
.AnyTagClassName
{
color: #657B18;
}
</style>
background-color css
<style>
a { background-color: #657B18; }
a { background-color: rgb(101,123,24); }
div.DivClassName
{
background-color: #657B18;
}
.BgClassName
{
background-color: #657B18;
}
</style>
border-color css
<style>
span { border-color: #657B18; }
span { border-color: rgb(101,123,24); }
td.TdClassName
{
border-color: #657B18;
}
.TagClassName
{
border-color: #657B18;
}
</style>