Shades of Fiji Green #69700F
Tints of Fiji Green #69700F
RGB
CMYK
RGB Variations
Color information
#69700F (or 0x69700F) is known color: Fiji Green. HEX triplet: 69, 70 and 0F. RGB value is (105,112,15). Sum of RGB (Red+Green+Blue) = 105+112+15=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #69700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69700F is #968FF0. Grayscale: #636363. Windows color (decimal): -9867249 or 1011817. OLE color: 1011817.
HSL color Cylindrical-coordinate representation of color #69700F: hue angle of 64.33º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69700F is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 15 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.56 |
| HSL | 64.33º | 0.76% | 0.25% | - |
| HSV(B) | 64.33º | 0.87% | 0.44% | - |
| XYZ | 11.71 | 14.63 | 2.66 | - |
| YUV | 98.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 15 | 0.06 | 0 | 0.87 | 0.56 | 64.33 | 0.76 | 0.25 |
| Hex | 69 | 70 | F | 6 | 0 | 57 | 38 | 40 | 4C | 19 |
| Octal | 151 | 160 | 17 | 6 | 0 | 127 | 70 | 100 | 114 | 31 |
| Binary | 1101001 | 1110000 | 1111 | 110 | 0 | 1010111 | 111000 | 1000000 | 1001100 | 11001 |
Color Harmonies of #69700F
Complementary color
Monochromatic Colors of #69700F
Black with #69700F
Text Example
Text Example
White with #69700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69700F; }
p { color: rgb(105,112,15); }
H1.HeaderClassName
{
color: #69700F;
}
.AnyTagClassName
{
color: #69700F;
}
</style>
background-color css
<style>
a { background-color: #69700F; }
a { background-color: rgb(105,112,15); }
div.DivClassName
{
background-color: #69700F;
}
.BgClassName
{
background-color: #69700F;
}
</style>
border-color css
<style>
span { border-color: #69700F; }
span { border-color: rgb(105,112,15); }
td.TdClassName
{
border-color: #69700F;
}
.TagClassName
{
border-color: #69700F;
}
</style>