Shades of Fiji Green #677B23
Tints of Fiji Green #677B23
RGB
CMYK
RGB Variations
Color information
#677B23 (or 0x677B23) is known color: Fiji Green. HEX triplet: 67, 7B and 23. RGB value is (103,123,35). Sum of RGB (Red+Green+Blue) = 103+123+35=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 123 (48.44% from 255 or 47.13% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 123 - color contains mainly: green. Hex color #677B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677B23 is #9884DC. Grayscale: #6B6B6B. Windows color (decimal): -9995485 or 2325351. OLE color: 2325351.
HSL color Cylindrical-coordinate representation of color #677B23: hue angle of 73.64º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #677B23 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 35 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.52 |
| HSL | 73.64º | 0.56% | 0.31% | - |
| HSV(B) | 73.64º | 0.72% | 0.48% | - |
| XYZ | 12.98 | 17.17 | 4.22 | - |
| YUV | 106.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 35 | 0.16 | 0 | 0.72 | 0.52 | 73.64 | 0.56 | 0.31 |
| Hex | 67 | 7B | 23 | 10 | 0 | 48 | 34 | 4A | 38 | 1F |
| Octal | 147 | 173 | 43 | 20 | 0 | 110 | 64 | 112 | 70 | 37 |
| Binary | 1100111 | 1111011 | 100011 | 10000 | 0 | 1001000 | 110100 | 1001010 | 111000 | 11111 |
Color Harmonies of #677B23
Complementary color
Monochromatic Colors of #677B23
Black with #677B23
Text Example
Text Example
White with #677B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B23; }
p { color: rgb(103,123,35); }
H1.HeaderClassName
{
color: #677B23;
}
.AnyTagClassName
{
color: #677B23;
}
</style>
background-color css
<style>
a { background-color: #677B23; }
a { background-color: rgb(103,123,35); }
div.DivClassName
{
background-color: #677B23;
}
.BgClassName
{
background-color: #677B23;
}
</style>
border-color css
<style>
span { border-color: #677B23; }
span { border-color: rgb(103,123,35); }
td.TdClassName
{
border-color: #677B23;
}
.TagClassName
{
border-color: #677B23;
}
</style>