Shades of Fiji Green #69711C
Tints of Fiji Green #69711C
RGB
CMYK
RGB Variations
Color information
#69711C (or 0x69711C) is known color: Fiji Green. HEX triplet: 69, 71 and 1C. RGB value is (105,113,28). Sum of RGB (Red+Green+Blue) = 105+113+28=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #69711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69711C is #968EE3. Grayscale: #656565. Windows color (decimal): -9866980 or 1864041. OLE color: 1864041.
HSL color Cylindrical-coordinate representation of color #69711C: hue angle of 65.65º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #69711C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 113 | 28 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.56 |
| HSL | 65.65º | 0.6% | 0.28% | - |
| HSV(B) | 65.65º | 0.75% | 0.44% | - |
| XYZ | 11.94 | 14.9 | 3.34 | - |
| YUV | 100.92 | 86.85 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 28 | 0.07 | 0 | 0.75 | 0.56 | 65.65 | 0.6 | 0.28 |
| Hex | 69 | 71 | 1C | 7 | 0 | 4B | 38 | 42 | 3C | 1C |
| Octal | 151 | 161 | 34 | 7 | 0 | 113 | 70 | 102 | 74 | 34 |
| Binary | 1101001 | 1110001 | 11100 | 111 | 0 | 1001011 | 111000 | 1000010 | 111100 | 11100 |
Color Harmonies of #69711C
Complementary color
Monochromatic Colors of #69711C
Black with #69711C
Text Example
Text Example
White with #69711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69711C; }
p { color: rgb(105,113,28); }
H1.HeaderClassName
{
color: #69711C;
}
.AnyTagClassName
{
color: #69711C;
}
</style>
background-color css
<style>
a { background-color: #69711C; }
a { background-color: rgb(105,113,28); }
div.DivClassName
{
background-color: #69711C;
}
.BgClassName
{
background-color: #69711C;
}
</style>
border-color css
<style>
span { border-color: #69711C; }
span { border-color: rgb(105,113,28); }
td.TdClassName
{
border-color: #69711C;
}
.TagClassName
{
border-color: #69711C;
}
</style>