Shades of Fiji Green #527C07
Tints of Fiji Green #527C07
RGB
CMYK
RGB Variations
Color information
#527C07 (or 0x527C07) is known color: Fiji Green. HEX triplet: 52, 7C and 07. RGB value is (82,124,7). Sum of RGB (Red+Green+Blue) = 82+124+7=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #527C07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527C07 is #AD83F8. Grayscale: #626262. Windows color (decimal): -11371513 or 490578. OLE color: 490578.
HSL color Cylindrical-coordinate representation of color #527C07: hue angle of 81.54º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #527C07 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 124 | 7 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.51 |
| HSL | 81.54º | 0.89% | 0.26% | - |
| HSV(B) | 81.54º | 0.94% | 0.49% | - |
| XYZ | 10.73 | 16.22 | 2.77 | - |
| YUV | 98.1 | 76.59 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 7 | 0.34 | 0 | 0.94 | 0.51 | 81.54 | 0.89 | 0.26 |
| Hex | 52 | 7C | 7 | 22 | 0 | 5E | 33 | 52 | 59 | 1A |
| Octal | 122 | 174 | 7 | 42 | 0 | 136 | 63 | 122 | 131 | 32 |
| Binary | 1010010 | 1111100 | 111 | 100010 | 0 | 1011110 | 110011 | 1010010 | 1011001 | 11010 |
Color Harmonies of #527C07
Complementary color
Monochromatic Colors of #527C07
Black with #527C07
Text Example
Text Example
White with #527C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527C07; }
p { color: rgb(82,124,7); }
H1.HeaderClassName
{
color: #527C07;
}
.AnyTagClassName
{
color: #527C07;
}
</style>
background-color css
<style>
a { background-color: #527C07; }
a { background-color: rgb(82,124,7); }
div.DivClassName
{
background-color: #527C07;
}
.BgClassName
{
background-color: #527C07;
}
</style>
border-color css
<style>
span { border-color: #527C07; }
span { border-color: rgb(82,124,7); }
td.TdClassName
{
border-color: #527C07;
}
.TagClassName
{
border-color: #527C07;
}
</style>