#676C16

Color #676C16 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #676C16

Tints of Fiji Green #676C16

Color information

#676C16 (or 0x676C16) is unknown color: approx Fiji Green. HEX triplet: 67, 6C and 16. RGB value is (103,108,22). Sum of RGB (Red+Green+Blue) = 103+108+22=233 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.21% from 233); Green value is 108 (42.58% from 255 or 46.35% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 108 - color contains mainly: green. Hex color #676C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676C16 is #9893E9. Grayscale: #616161. Windows color (decimal): -9999338 or 1469543. OLE color: 1469543.

HSL color Cylindrical-coordinate representation of color #676C16: hue angle of 63.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #676C16 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.58.

Color convert

RGB10310822-
CMYK0.0500.800.58
HSL63.49º66.15%25.49%-
HSV(B)63.49º79.63%42.35%-
XYZ11.113.672.81-
YUV96.785.84132.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 44.21%
GREEN value IS 108 (42.58% from 255) = 46.35%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=44.21%
G=46.35%
B=9.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103108220.0500.800.5863.4966.1525.49
Hex676C1650503A3f4219
Octal1471542650120727710231
Binary110011111011001011010101010000111010111111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676C16; }

 p { color: rgb(103,108,22); }

 H1.HeaderClassName
 {
   color: #676C16;
 }
 .AnyTagClassName
 {
   color: #676C16;
 }
</style>
background-color css

<style>
 a { background-color: #676C16; }

 a { background-color: rgb(103,108,22); }

 div.DivClassName
 {
   background-color: #676C16;
 }
 .BgClassName
 {
   background-color: #676C16;
 }
</style>
border-color css

<style>
 span { border-color: #676C16; }

 span { border-color: rgb(103,108,22); }

 td.TdClassName
 {
   border-color: #676C16;
 }
 .TagClassName
 {
   border-color: #676C16;
 }
</style>