Shades of Fiji Green #696405
Tints of Fiji Green #696405
RGB
CMYK
RGB Variations
Color information
#696405 (or 0x696405) is known color: Fiji Green. HEX triplet: 69, 64 and 05. RGB value is (105,100,5). Sum of RGB (Red+Green+Blue) = 105+100+5=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #696405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #696405 is #969BFA. Grayscale: #5B5B5B. Windows color (decimal): -9870331 or 353385. OLE color: 353385.
HSL color Cylindrical-coordinate representation of color #696405: hue angle of 57º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #696405 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 5 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.59 |
| HSL | 57º | 0.91% | 0.22% | - |
| HSV(B) | 57º | 0.95% | 0.41% | - |
| XYZ | 10.41 | 12.13 | 1.94 | - |
| YUV | 90.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 5 | 0 | 0.05 | 0.95 | 0.59 | 57 | 0.91 | 0.22 |
| Hex | 69 | 64 | 5 | 0 | 5 | 5F | 3B | 39 | 5B | 16 |
| Octal | 151 | 144 | 5 | 0 | 5 | 137 | 73 | 71 | 133 | 26 |
| Binary | 1101001 | 1100100 | 101 | 0 | 101 | 1011111 | 111011 | 111001 | 1011011 | 10110 |
Color Harmonies of #696405
Complementary color
Monochromatic Colors of #696405
Black with #696405
Text Example
Text Example
White with #696405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696405; }
p { color: rgb(105,100,5); }
H1.HeaderClassName
{
color: #696405;
}
.AnyTagClassName
{
color: #696405;
}
</style>
background-color css
<style>
a { background-color: #696405; }
a { background-color: rgb(105,100,5); }
div.DivClassName
{
background-color: #696405;
}
.BgClassName
{
background-color: #696405;
}
</style>
border-color css
<style>
span { border-color: #696405; }
span { border-color: rgb(105,100,5); }
td.TdClassName
{
border-color: #696405;
}
.TagClassName
{
border-color: #696405;
}
</style>