Shades of Fiji Green #527B02
Tints of Fiji Green #527B02
RGB
CMYK
RGB Variations
Color information
#527B02 (or 0x527B02) is known color: Fiji Green. HEX triplet: 52, 7B and 02. RGB value is (82,123,2). Sum of RGB (Red+Green+Blue) = 82+123+2=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #527B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527B02 is #AD84FD. Grayscale: #616161. Windows color (decimal): -11371774 or 162642. OLE color: 162642.
HSL color Cylindrical-coordinate representation of color #527B02: hue angle of 80.33º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #527B02 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 123 | 2 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.52 |
| HSL | 80.33º | 0.97% | 0.25% | - |
| HSV(B) | 80.33º | 0.98% | 0.48% | - |
| XYZ | 10.57 | 15.96 | 2.58 | - |
| YUV | 96.95 | 74.42 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 2 | 0.33 | 0 | 0.98 | 0.52 | 80.33 | 0.97 | 0.25 |
| Hex | 52 | 7B | 2 | 21 | 0 | 62 | 34 | 50 | 61 | 19 |
| Octal | 122 | 173 | 2 | 41 | 0 | 142 | 64 | 120 | 141 | 31 |
| Binary | 1010010 | 1111011 | 10 | 100001 | 0 | 1100010 | 110100 | 1010000 | 1100001 | 11001 |
Color Harmonies of #527B02
Complementary color
Monochromatic Colors of #527B02
Black with #527B02
Text Example
Text Example
White with #527B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527B02; }
p { color: rgb(82,123,2); }
H1.HeaderClassName
{
color: #527B02;
}
.AnyTagClassName
{
color: #527B02;
}
</style>
background-color css
<style>
a { background-color: #527B02; }
a { background-color: rgb(82,123,2); }
div.DivClassName
{
background-color: #527B02;
}
.BgClassName
{
background-color: #527B02;
}
</style>
border-color css
<style>
span { border-color: #527B02; }
span { border-color: rgb(82,123,2); }
td.TdClassName
{
border-color: #527B02;
}
.TagClassName
{
border-color: #527B02;
}
</style>