Shades of Fiji Green #69760C
Tints of Fiji Green #69760C
RGB
CMYK
RGB Variations
Color information
#69760C (or 0x69760C) is known color: Fiji Green. HEX triplet: 69, 76 and 0C. RGB value is (105,118,12). Sum of RGB (Red+Green+Blue) = 105+118+12=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #69760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69760C is #9689F3. Grayscale: #666666. Windows color (decimal): -9865716 or 816745. OLE color: 816745.
HSL color Cylindrical-coordinate representation of color #69760C: hue angle of 67.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69760C is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 12 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.54 |
| HSL | 67.36º | 0.82% | 0.25% | - |
| HSV(B) | 67.36º | 0.9% | 0.46% | - |
| XYZ | 12.37 | 15.99 | 2.78 | - |
| YUV | 102.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 12 | 0.11 | 0 | 0.90 | 0.54 | 67.36 | 0.82 | 0.25 |
| Hex | 69 | 76 | C | B | 0 | 5A | 36 | 43 | 52 | 19 |
| Octal | 151 | 166 | 14 | 13 | 0 | 132 | 66 | 103 | 122 | 31 |
| Binary | 1101001 | 1110110 | 1100 | 1011 | 0 | 1011010 | 110110 | 1000011 | 1010010 | 11001 |
Color Harmonies of #69760C
Complementary color
Monochromatic Colors of #69760C
Black with #69760C
Text Example
Text Example
White with #69760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69760C; }
p { color: rgb(105,118,12); }
H1.HeaderClassName
{
color: #69760C;
}
.AnyTagClassName
{
color: #69760C;
}
</style>
background-color css
<style>
a { background-color: #69760C; }
a { background-color: rgb(105,118,12); }
div.DivClassName
{
background-color: #69760C;
}
.BgClassName
{
background-color: #69760C;
}
</style>
border-color css
<style>
span { border-color: #69760C; }
span { border-color: rgb(105,118,12); }
td.TdClassName
{
border-color: #69760C;
}
.TagClassName
{
border-color: #69760C;
}
</style>