Shades of Fiji Green #527B06
Tints of Fiji Green #527B06
RGB
CMYK
RGB Variations
Color information
#527B06 (or 0x527B06) is known color: Fiji Green. HEX triplet: 52, 7B and 06. RGB value is (82,123,6). Sum of RGB (Red+Green+Blue) = 82+123+6=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 123 (48.44% from 255 or 58.29% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 123 - color contains mainly: green. Hex color #527B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B06 is #AD84F9. Grayscale: #616161. Windows color (decimal): -11371770 or 424786. OLE color: 424786.
HSL color Cylindrical-coordinate representation of color #527B06: hue angle of 81.03º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #527B06 is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 6 | - |
| CMYK | 0.33 | 0 | 0.95 | 0.52 |
| HSL | 81.03º | 0.91% | 0.25% | - |
| HSV(B) | 81.03º | 0.95% | 0.48% | - |
| XYZ | 10.6 | 15.97 | 2.7 | - |
| YUV | 97.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 6 | 0.33 | 0 | 0.95 | 0.52 | 81.03 | 0.91 | 0.25 |
| Hex | 52 | 7B | 6 | 21 | 0 | 5F | 34 | 51 | 5B | 19 |
| Octal | 122 | 173 | 6 | 41 | 0 | 137 | 64 | 121 | 133 | 31 |
| Binary | 1010010 | 1111011 | 110 | 100001 | 0 | 1011111 | 110100 | 1010001 | 1011011 | 11001 |
Color Harmonies of #527B06
Complementary color
Monochromatic Colors of #527B06
Black with #527B06
Text Example
Text Example
White with #527B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B06; }
p { color: rgb(82,123,6); }
H1.HeaderClassName
{
color: #527B06;
}
.AnyTagClassName
{
color: #527B06;
}
</style>
background-color css
<style>
a { background-color: #527B06; }
a { background-color: rgb(82,123,6); }
div.DivClassName
{
background-color: #527B06;
}
.BgClassName
{
background-color: #527B06;
}
</style>
border-color css
<style>
span { border-color: #527B06; }
span { border-color: rgb(82,123,6); }
td.TdClassName
{
border-color: #527B06;
}
.TagClassName
{
border-color: #527B06;
}
</style>