Shades of Fiji Green #5C6527
Tints of Fiji Green #5C6527
RGB
CMYK
RGB Variations
Color information
#5C6527 (or 0x5C6527) is known color: Fiji Green. HEX triplet: 5C, 65 and 27. RGB value is (92,101,39). Sum of RGB (Red+Green+Blue) = 92+101+39=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #5C6527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6527 is #A39AD8. Grayscale: #5B5B5B. Windows color (decimal): -10722009 or 2581852. OLE color: 2581852.
HSL color Cylindrical-coordinate representation of color #5C6527: hue angle of 68.71º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C6527 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 101 | 39 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.60 |
| HSL | 68.71º | 0.44% | 0.27% | - |
| HSV(B) | 68.71º | 0.61% | 0.4% | - |
| XYZ | 9.43 | 11.73 | 3.69 | - |
| YUV | 91.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 101 | 39 | 0.09 | 0 | 0.61 | 0.60 | 68.71 | 0.44 | 0.27 |
| Hex | 5C | 65 | 27 | 9 | 0 | 3D | 3C | 45 | 2C | 1B |
| Octal | 134 | 145 | 47 | 11 | 0 | 75 | 74 | 105 | 54 | 33 |
| Binary | 1011100 | 1100101 | 100111 | 1001 | 0 | 111101 | 111100 | 1000101 | 101100 | 11011 |
Color Harmonies of #5C6527
Complementary color
Monochromatic Colors of #5C6527
Black with #5C6527
Text Example
Text Example
White with #5C6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6527; }
p { color: rgb(92,101,39); }
H1.HeaderClassName
{
color: #5C6527;
}
.AnyTagClassName
{
color: #5C6527;
}
</style>
background-color css
<style>
a { background-color: #5C6527; }
a { background-color: rgb(92,101,39); }
div.DivClassName
{
background-color: #5C6527;
}
.BgClassName
{
background-color: #5C6527;
}
</style>
border-color css
<style>
span { border-color: #5C6527; }
span { border-color: rgb(92,101,39); }
td.TdClassName
{
border-color: #5C6527;
}
.TagClassName
{
border-color: #5C6527;
}
</style>