Shades of Fiji Green #69700C
Tints of Fiji Green #69700C
RGB
CMYK
RGB Variations
Color information
#69700C (or 0x69700C) is known color: Fiji Green. HEX triplet: 69, 70 and 0C. RGB value is (105,112,12). Sum of RGB (Red+Green+Blue) = 105+112+12=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #69700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69700C is #968FF3. Grayscale: #626262. Windows color (decimal): -9867252 or 815209. OLE color: 815209.
HSL color Cylindrical-coordinate representation of color #69700C: hue angle of 64.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69700C is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 112 | 12 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.56 |
| HSL | 64.2º | 0.81% | 0.24% | - |
| HSV(B) | 64.2º | 0.89% | 0.44% | - |
| XYZ | 11.69 | 14.62 | 2.55 | - |
| YUV | 98.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 12 | 0.06 | 0 | 0.89 | 0.56 | 64.2 | 0.81 | 0.24 |
| Hex | 69 | 70 | C | 6 | 0 | 59 | 38 | 40 | 51 | 18 |
| Octal | 151 | 160 | 14 | 6 | 0 | 131 | 70 | 100 | 121 | 30 |
| Binary | 1101001 | 1110000 | 1100 | 110 | 0 | 1011001 | 111000 | 1000000 | 1010001 | 11000 |
Color Harmonies of #69700C
Complementary color
Monochromatic Colors of #69700C
Black with #69700C
Text Example
Text Example
White with #69700C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69700C; }
p { color: rgb(105,112,12); }
H1.HeaderClassName
{
color: #69700C;
}
.AnyTagClassName
{
color: #69700C;
}
</style>
background-color css
<style>
a { background-color: #69700C; }
a { background-color: rgb(105,112,12); }
div.DivClassName
{
background-color: #69700C;
}
.BgClassName
{
background-color: #69700C;
}
</style>
border-color css
<style>
span { border-color: #69700C; }
span { border-color: rgb(105,112,12); }
td.TdClassName
{
border-color: #69700C;
}
.TagClassName
{
border-color: #69700C;
}
</style>