Shades of Fiji Green #5C7B1B
Tints of Fiji Green #5C7B1B
RGB
CMYK
RGB Variations
Color information
#5C7B1B (or 0x5C7B1B) is known color: Fiji Green. HEX triplet: 5C, 7B and 1B. RGB value is (92,123,27). Sum of RGB (Red+Green+Blue) = 92+123+27=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 123 (48.44% from 255 or 50.83% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7B1B is #A384E4. Grayscale: #676767. Windows color (decimal): -10716389 or 1801052. OLE color: 1801052.
HSL color Cylindrical-coordinate representation of color #5C7B1B: hue angle of 79.38º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C7B1B is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 123 | 27 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.52 |
| HSL | 79.38º | 0.64% | 0.29% | - |
| HSV(B) | 79.38º | 0.78% | 0.48% | - |
| XYZ | 11.69 | 16.52 | 3.61 | - |
| YUV | 102.79 | 85.23 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 27 | 0.25 | 0 | 0.78 | 0.52 | 79.38 | 0.64 | 0.29 |
| Hex | 5C | 7B | 1B | 19 | 0 | 4E | 34 | 4F | 40 | 1D |
| Octal | 134 | 173 | 33 | 31 | 0 | 116 | 64 | 117 | 100 | 35 |
| Binary | 1011100 | 1111011 | 11011 | 11001 | 0 | 1001110 | 110100 | 1001111 | 1000000 | 11101 |
Color Harmonies of #5C7B1B
Complementary color
Monochromatic Colors of #5C7B1B
Black with #5C7B1B
Text Example
Text Example
White with #5C7B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7B1B; }
p { color: rgb(92,123,27); }
H1.HeaderClassName
{
color: #5C7B1B;
}
.AnyTagClassName
{
color: #5C7B1B;
}
</style>
background-color css
<style>
a { background-color: #5C7B1B; }
a { background-color: rgb(92,123,27); }
div.DivClassName
{
background-color: #5C7B1B;
}
.BgClassName
{
background-color: #5C7B1B;
}
</style>
border-color css
<style>
span { border-color: #5C7B1B; }
span { border-color: rgb(92,123,27); }
td.TdClassName
{
border-color: #5C7B1B;
}
.TagClassName
{
border-color: #5C7B1B;
}
</style>