Shades of Fiji Green #69751C
Tints of Fiji Green #69751C
RGB
CMYK
RGB Variations
Color information
#69751C (or 0x69751C) is known color: Fiji Green. HEX triplet: 69, 75 and 1C. RGB value is (105,117,28). Sum of RGB (Red+Green+Blue) = 105+117+28=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #69751C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69751C is #968AE3. Grayscale: #676767. Windows color (decimal): -9865956 or 1865065. OLE color: 1865065.
HSL color Cylindrical-coordinate representation of color #69751C: hue angle of 68.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69751C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 117 | 28 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.54 |
| HSL | 68.09º | 0.61% | 0.28% | - |
| HSV(B) | 68.09º | 0.76% | 0.46% | - |
| XYZ | 12.4 | 15.81 | 3.5 | - |
| YUV | 103.27 | 85.52 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 28 | 0.10 | 0 | 0.76 | 0.54 | 68.09 | 0.61 | 0.28 |
| Hex | 69 | 75 | 1C | A | 0 | 4C | 36 | 44 | 3D | 1C |
| Octal | 151 | 165 | 34 | 12 | 0 | 114 | 66 | 104 | 75 | 34 |
| Binary | 1101001 | 1110101 | 11100 | 1010 | 0 | 1001100 | 110110 | 1000100 | 111101 | 11100 |
Color Harmonies of #69751C
Complementary color
Monochromatic Colors of #69751C
Black with #69751C
Text Example
Text Example
White with #69751C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69751C; }
p { color: rgb(105,117,28); }
H1.HeaderClassName
{
color: #69751C;
}
.AnyTagClassName
{
color: #69751C;
}
</style>
background-color css
<style>
a { background-color: #69751C; }
a { background-color: rgb(105,117,28); }
div.DivClassName
{
background-color: #69751C;
}
.BgClassName
{
background-color: #69751C;
}
</style>
border-color css
<style>
span { border-color: #69751C; }
span { border-color: rgb(105,117,28); }
td.TdClassName
{
border-color: #69751C;
}
.TagClassName
{
border-color: #69751C;
}
</style>