Shades of Fiji Green #69781B
Tints of Fiji Green #69781B
RGB
CMYK
RGB Variations
Color information
#69781B (or 0x69781B) is known color: Fiji Green. HEX triplet: 69, 78 and 1B. RGB value is (105,120,27). Sum of RGB (Red+Green+Blue) = 105+120+27=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #69781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69781B is #9687E4. Grayscale: #696969. Windows color (decimal): -9865189 or 1800297. OLE color: 1800297.
HSL color Cylindrical-coordinate representation of color #69781B: hue angle of 69.68º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69781B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 27 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.53 |
| HSL | 69.68º | 0.63% | 0.29% | - |
| HSV(B) | 69.68º | 0.78% | 0.47% | - |
| XYZ | 12.74 | 16.52 | 3.55 | - |
| YUV | 104.91 | 84.03 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 27 | 0.13 | 0 | 0.78 | 0.53 | 69.68 | 0.63 | 0.29 |
| Hex | 69 | 78 | 1B | D | 0 | 4E | 35 | 46 | 3F | 1D |
| Octal | 151 | 170 | 33 | 15 | 0 | 116 | 65 | 106 | 77 | 35 |
| Binary | 1101001 | 1111000 | 11011 | 1101 | 0 | 1001110 | 110101 | 1000110 | 111111 | 11101 |
Color Harmonies of #69781B
Complementary color
Monochromatic Colors of #69781B
Black with #69781B
Text Example
Text Example
White with #69781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69781B; }
p { color: rgb(105,120,27); }
H1.HeaderClassName
{
color: #69781B;
}
.AnyTagClassName
{
color: #69781B;
}
</style>
background-color css
<style>
a { background-color: #69781B; }
a { background-color: rgb(105,120,27); }
div.DivClassName
{
background-color: #69781B;
}
.BgClassName
{
background-color: #69781B;
}
</style>
border-color css
<style>
span { border-color: #69781B; }
span { border-color: rgb(105,120,27); }
td.TdClassName
{
border-color: #69781B;
}
.TagClassName
{
border-color: #69781B;
}
</style>