Shades of Fiji Green #69701D
Tints of Fiji Green #69701D
RGB
CMYK
RGB Variations
Color information
#69701D (or 0x69701D) is known color: Fiji Green. HEX triplet: 69, 70 and 1D. RGB value is (105,112,29). Sum of RGB (Red+Green+Blue) = 105+112+29=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #69701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69701D is #968FE2. Grayscale: #646464. Windows color (decimal): -9867235 or 1929321. OLE color: 1929321.
HSL color Cylindrical-coordinate representation of color #69701D: hue angle of 65.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #69701D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 29 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.56 |
| HSL | 65.06º | 0.59% | 0.28% | - |
| HSV(B) | 65.06º | 0.74% | 0.44% | - |
| XYZ | 11.84 | 14.68 | 3.37 | - |
| YUV | 100.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 29 | 0.06 | 0 | 0.74 | 0.56 | 65.06 | 0.59 | 0.28 |
| Hex | 69 | 70 | 1D | 6 | 0 | 4A | 38 | 41 | 3B | 1C |
| Octal | 151 | 160 | 35 | 6 | 0 | 112 | 70 | 101 | 73 | 34 |
| Binary | 1101001 | 1110000 | 11101 | 110 | 0 | 1001010 | 111000 | 1000001 | 111011 | 11100 |
Color Harmonies of #69701D
Complementary color
Monochromatic Colors of #69701D
Black with #69701D
Text Example
Text Example
White with #69701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69701D; }
p { color: rgb(105,112,29); }
H1.HeaderClassName
{
color: #69701D;
}
.AnyTagClassName
{
color: #69701D;
}
</style>
background-color css
<style>
a { background-color: #69701D; }
a { background-color: rgb(105,112,29); }
div.DivClassName
{
background-color: #69701D;
}
.BgClassName
{
background-color: #69701D;
}
</style>
border-color css
<style>
span { border-color: #69701D; }
span { border-color: rgb(105,112,29); }
td.TdClassName
{
border-color: #69701D;
}
.TagClassName
{
border-color: #69701D;
}
</style>